summaryrefslogtreecommitdiff
path: root/mk/host-bottom.mk
AgeCommit message (Collapse)Author
2018-08-13Speed up compilation of packages.dir
@upstream
2017-03-17mk/host-bottom: Introduce HOST_INSTALL_STYLEPhil Sutter
This is helpful when a package could use HOST_STYLE=auto but doesn't provide an install target. In that case, one can now set | HOST_STYLE=auto | HOST_INSTALL_STYLE=manual and define a custom host-install target while still making use of the auto targets for anything else. Signed-off-by: Phil Sutter <phil@nwl.cc>
2017-03-17mk/host-bottom: Introduce HOST_CONFIG_STYLEPhil Sutter
This is helpful when a package could use HOST_STYLE=auto but doesn't ship a conforming configure script. In that case, one can now set | HOST_STYLE=auto | HOST_CONFIG_STYLE=manual and define a custom host-configure target while still making use of the auto targets for anything else. Signed-off-by: Phil Sutter <phil@nwl.cc>
2016-11-22fix libxml2-host compile, pkgconf is mandatoryWaldemar Brodkorb
2016-10-25allow to choose base apps, minor dot cleanupWaldemar Brodkorb
2016-09-05finetune logoutputWaldemar Brodkorb
2016-04-06remove debug codeWaldemar Brodkorb
2015-12-28various small fixes, arm vexpress disk support is working nowWaldemar Brodkorb
2015-12-24be more quietWaldemar Brodkorb
2015-12-15don't error out if directory is missingWaldemar Brodkorb
2015-12-13rework prereq checkWaldemar 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-11Revert "rework prereq check"Waldemar Brodkorb
This reverts commit fba2ff31928b18364c1934654169806f5c800e23.
2015-12-11rework prereq checkwbx
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-06-13a lot of bugfixes and package updatesWaldemar Brodkorb
2014-12-22postfix for -config filesWaldemar Brodkorb
2014-09-28fix perl cross-compile and some modules on Darwin hostWaldemar Brodkorb
2014-07-25use a more portable way of find doing it.Waldemar Brodkorb
2014-06-30update sdl and sdl-imageWaldemar 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-16fix HOST_STYLE stuff, openjdk7 compile problems fixedWaldemar Brodkorb
2014-06-15cleanup HOST_STYLE, use SYSROOT feature for pkgconfWaldemar 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-20fix python2 host buildWaldemar Brodkorb
2014-03-20convert to HOST_STYLE auto, add hostclean targetWaldemar Brodkorb
2014-03-19use separate WRKDIR for host packages to avoid rebuild problems in wrong ↵Waldemar Brodkorb
order, findstring idea from tg
2014-02-26use separate stamp dir, enable openjdk for hudsonWaldemar Brodkorb
2014-01-30disable host build for non-Linux buildsystemsWaldemar Brodkorb
2013-11-27try to fixup mesalib compile, it needs libxml2 python moduleWaldemar Brodkorb
2013-11-12execute host-buildWaldemar Brodkorb
2013-11-12update gpsdWaldemar Brodkorb
2013-11-10use cmake-hostWaldemar Brodkorb
2013-11-02remove 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-01allow gettext-tiny host compile with HOST_STYLE=manualWaldemar Brodkorb
2013-10-31avoid rebuild againWaldemar Brodkorb
2013-10-29try to fix rebuild problemWaldemar Brodkorb
2013-10-29try to fix ncurses build on buildserverWaldemar Brodkorb
2013-10-29remove blank lineWaldemar Brodkorb
2013-10-28fix host build stuff and update-patches, convert cifs-utils and libaudiofile ↵Waldemar Brodkorb
to new autotool infrastructure
2013-10-24add host build infrastructure; convert file, ncurses, glib and ruby to it. ↵Waldemar Brodkorb
remove unneeded hacks for openldap and mesalib