summaryrefslogtreecommitdiff
path: root/include/package-ipkg.mk
AgeCommit message (Expand)Author
2010-08-19speed up the ipkg build process some more by reordering commandsnbd
2010-08-19speed up the build system by including include/shell.sh on shell commands onl...nbd
2010-07-28[buildsystem] revert r22372 and r22405, dependency on host libtool causes pro...jow
2010-07-23[buildsystem] use host opkg for installing packages in buildroot and ImageBui...jow
2010-03-28Some dependencies that are depending on target are not added intohauke
2009-11-22build variants: only build opkg packages for the requested build variant (or ...nbd
2009-09-03do not fail on empty packagesnbd
2009-09-03get rid of old data before staging unstripped package binariesnbd
2009-09-02build: when staging unstripped package files, install them to a temporary dir...nbd
2009-08-20merge the control file and the .ipk file targets into one to prevent them fro...nbd
2009-08-20fix multiple ipkg builds of the same arch but with different targets in the s...nbd
2009-08-19when regenerating an ipkg package, make sure the entire ipkg build dir is cle...nbd
2009-08-17[package] ensure CONTROL directory is created (#5683)florian
2009-08-08add target for library specific installations into the root staging dir, fix ...nbd
2009-08-07add a staging directory for unstripped package files, useful for debugging, w...nbd
2009-01-29move IPKG_STATE_DIR from ./rules.mk to ./include/package-ipkg.mk and change i...nico
2008-12-11add an "Installed-Size" field to package control files, so that opkg could ch...nico
2008-10-27fix conditional depends in ipkg control filesnbd
2008-10-03implement conditional dependencies for generating the Depends: field of ipkgsnbd
2007-09-28some minor fixes, cleanups, package build abstractionnbd
2007-09-21add 'Provides:' line in ipkg control filesnico
2007-09-03move ipkg related vars from ./rules.mk to ./include/package-ipkg.mknico
2007-08-26move rule for $(STAGING_DIR)/etc/ipkg.conf out of BuildIPKG so that it's defi...nico
2007-08-25move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mknico
2007-08-24combine the 3 find in a single onenico
2007-05-09fix recursive dependencies on build directories - should lead to fewer sponta...nbd
2007-04-29fixes for a few build errors on osx without finknbd
2007-04-15clean up dependency handling for autorebuildsnbd
2007-04-12revert find | xargs => find | exec changes - this is completely unnecessary a...nbd
2007-04-03Using find's -exec to remove directories causes 'not found' errors when find ...mbm
2007-04-02Use find -exec instead of xargsflorian
2007-03-16re-enable SDK=1 and DEVELOPER=1 overrides for building all packagesnbd
2007-03-16formatting and trivial cleanupmbm
2007-03-16Add an 'Image Configuration' menu to menuconfignbd
2007-03-15split package.mk and clean up build system code (based on patch by mbm), make...nbd