summaryrefslogtreecommitdiff
path: root/tools/adk/depmaker.c
AgeCommit message (Collapse)Author
2014-03-19implement recursive dependency resolution for host packagesThorsten Glaser
(but host and target packages have strictly disjunct dependency groups)
2014-03-06get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵Waldemar Brodkorb
not satisfying.
2014-03-02goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/Waldemar Brodkorb
2014-01-15quieten compiler warningsWaldemar Brodkorb
2014-01-13enable xbmc for ibmx40+musl, add system specific dependency for ↵Waldemar Brodkorb
pkgmaker/depmaker, port eudev and rework systemd package (not ready)
2013-08-12add xmbc package for raspberry-pi targetWaldemar Brodkorb
2011-09-17fix depmakes, similar bug as in pkgrebuildWaldemar Brodkorb
2011-07-17libcapi is not installed, fix depmaker bug, reported by TobiasWaldemar Brodkorb
2011-04-26be sure libpthread-stubs is not skipped hereWaldemar Brodkorb
2010-11-25fix bug, f.e. glib package ignored by mistakeWaldemar Brodkorb
2010-09-29fix subpackage build dependenciesWaldemar Brodkorb
PKGSB_ variables containing the full symbol name, without leading main package symbol. Fix depmaker to check correctly.
2010-09-28macosx compat patchesWaldemar Brodkorb
2010-09-25check complete directory nameWaldemar Brodkorb
otherwise libcapi20 is skipped like libc.
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.