Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-05 | finetune logoutput | Waldemar Brodkorb | |
2016-04-06 | remove debug code | Waldemar Brodkorb | |
2015-12-28 | various small fixes, arm vexpress disk support is working now | Waldemar Brodkorb | |
2015-12-24 | be more quiet | Waldemar Brodkorb | |
2015-12-15 | don't error out if directory is missing | Waldemar Brodkorb | |
2015-12-13 | rework prereq check | Waldemar Brodkorb | |
The new prereq check is completely implemented in POSIX shell in scripts/prereq.sh. It combines the old features from Makefile, scan-tools.sh, scan-pkgs.sh, reloc.sh and some wrappers for tools. The big benefit is to have all portability stuff in one place. Furthermore we can compile GNU make and bash on the fly, for systems lacking the required tools. All changes on the host are detected on the fly, no make prereq required anymore. The build process is separated in following three phases: 1. small wrapper Makefile is used for BSD make or GNU make 2. prereq.sh is called, doing all checking, calling Makefile.adk 3. old logic in Makefile.adk or mk/build.mk is used Tested successfully on Linux, MacOS X, Cygwin, FreeBSD, OpenBSD and NetBSD. An old depmaker bug was fixed, only optional host tools are compiled. For example, even when a host provides xz, a local xz was compiled in the past, because other packages had a build dependency on it. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-11 | Revert "rework prereq check" | Waldemar Brodkorb | |
This reverts commit fba2ff31928b18364c1934654169806f5c800e23. | |||
2015-12-11 | rework prereq check | wbx | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-06-13 | a lot of bugfixes and package updates | Waldemar Brodkorb | |
2014-12-22 | postfix for -config files | Waldemar Brodkorb | |
2014-09-28 | fix perl cross-compile and some modules on Darwin host | Waldemar Brodkorb | |
2014-07-25 | use a more portable way of find doing it. | Waldemar Brodkorb | |
2014-06-30 | update sdl and sdl-image | Waldemar Brodkorb | |
be sure to link sdl-image to provided libpng, otherwise TexturePacker in XBMC build will silently fail to pack the png icons. | |||
2014-06-16 | fix HOST_STYLE stuff, openjdk7 compile problems fixed | Waldemar Brodkorb | |
2014-06-15 | cleanup HOST_STYLE, use SYSROOT feature for pkgconf | Waldemar Brodkorb | |
there are three HOST_STYLE's, not set mean fully automatic installation. auto means prefix is set to /usr and DESTDIR is set to STAGING_HOST_DIR. When using manual, you need to provide your own targets. Instead of using sed to modify *.pc files, use PKG_SYSROOT feature, which does work better and avoids pathcing some pc files. Idea from sh4rm via #musl. | |||
2014-03-20 | fix python2 host build | Waldemar Brodkorb | |
2014-03-20 | convert to HOST_STYLE auto, add hostclean target | Waldemar Brodkorb | |
2014-03-19 | use separate WRKDIR for host packages to avoid rebuild problems in wrong ↵ | Waldemar Brodkorb | |
order, findstring idea from tg | |||
2014-02-26 | use separate stamp dir, enable openjdk for hudson | Waldemar Brodkorb | |
2014-01-30 | disable host build for non-Linux buildsystems | Waldemar Brodkorb | |
2013-11-27 | try to fixup mesalib compile, it needs libxml2 python module | Waldemar Brodkorb | |
2013-11-12 | execute host-build | Waldemar Brodkorb | |
2013-11-12 | update gpsd | Waldemar Brodkorb | |
2013-11-10 | use cmake-host | Waldemar Brodkorb | |
2013-11-02 | remove dependencies to libiconv,pkg-config and file. use pkgconf and ↵ | Waldemar Brodkorb | |
libiconv-tiny instead. fixes glib compile on systems without libiconv/ native iconv implementation | |||
2013-11-01 | allow gettext-tiny host compile with HOST_STYLE=manual | Waldemar Brodkorb | |
2013-10-31 | avoid rebuild again | Waldemar Brodkorb | |
2013-10-29 | try to fix rebuild problem | Waldemar Brodkorb | |
2013-10-29 | try to fix ncurses build on buildserver | Waldemar Brodkorb | |
2013-10-29 | remove blank line | Waldemar Brodkorb | |
2013-10-28 | fix host build stuff and update-patches, convert cifs-utils and libaudiofile ↵ | Waldemar Brodkorb | |
to new autotool infrastructure | |||
2013-10-24 | add host build infrastructure; convert file, ncurses, glib and ruby to it. ↵ | Waldemar Brodkorb | |
remove unneeded hacks for openldap and mesalib |