build: add support for packing version control downloads with xz
[openwrt/openwrt.git] / include / package-ipkg.mk
2014-02-23 Felix Fietkaubuild: allow packages to declare ABI versions to detect...
2013-12-13 Felix Fietkaubuild: remove SourceFile and SourceURL from opkg metada...
2013-07-18 Jonas Gorskibuild: print missing dependency error to stderr
2013-07-18 Felix Fietkaubuild: add required exports for dependency tracking
2013-07-18 Felix Fietkaubuild: add kernel modules to package provides info...
2013-02-21 Jonas Gorskiinclude/package-ipkg.mk: print warnings/errors to stderr
2012-12-22 Felix Fietkaubuild: reduce the size of package metadata a bit to...
2012-11-07 Jo-Philipp Wichbuildroot: isolate the .install stamp files for build...
2012-10-19 Hamish Guthrielicensing: Add licensing metadata to many packages...
2012-10-06 Felix Fietkaubuild: rework the package/install step - collect packag...
2012-07-15 Jo-Philipp Wichpackage-ipkg.mk: flag packages as "ok" after install
2012-06-14 Felix Fietkauinclude/package-ipkg.mk: fix copying provides list...
2012-06-13 Jo-Philipp Wichpackage-ipkg.sh: copy the package provides list for...
2012-06-11 Felix Fietkaubuild: add checks for missing package dependencies
2012-06-10 Felix Fietkaubuild: generate a list of provided libraries for each...
2011-12-10 Nicolas Thillinclude/package-ipkg.mk: fix typo in r29449
2011-12-05 Gabor Juhosinclude/package-ipkg.mk: don't add vi backup files...
2011-10-26 Nicolas Thillinclude/package-ipkg.mk: fix typo
2011-04-03 Felix Fietkaubuild: move the SH_FUNC eval to the beginning of the...
2011-04-03 Felix Fietkaubuild: do not use shell calls to export empty opkg...
2011-03-06 Jo-Philipp Wichdeploy .ipk archives with --force-maintainer to ensure...
2011-01-16 Jo-Philipp Wichset Installed-Size to 0 when preparing control, its...
2010-11-11 Jo-Philipp Wichpackage-ipkg.mk: add support for "essential" package...
2010-10-29 Michael BüschLock copying to STAGING_DIR_ROOT. This fixes build...
2010-10-05 Jo-Philipp Wichpackage-ipkg.mk: build sysupgrade keepfile hints out...
2010-10-04 Jo-Philipp Wichcorrect default package status info (install -> unknown...
2010-10-02 Jo-Philipp Wichprime .ipk control files with Status: field to introduc...
2010-10-02 Jo-Philipp Wichadd support for flagging packages
2010-10-01 Gabor Juhospackage-ipkg.mk: use the BOARD variable in opkg cmdline...
2010-09-12 Jo-Philipp Wichopkg: - implement --add-dest and --add-arch commandline...
2010-09-09 Jo-Philipp Wichpass opkg offline root as command line arg, solves...
2010-09-06 Jo-Philipp Wichopkg: add --force-run-hooks option to run postinstall...
2010-09-06 Jo-Philipp Wichuse opkg/host for package installation - speeds up...
2010-08-19 Felix Fietkauspeed up the ipkg build process some more by reordering...
2010-08-19 Felix Fietkauspeed up the build system by including include/shell...
2010-07-28 Jo-Philipp Wichrevert r22372 and r22405, dependency on host libtool...
2010-07-23 Jo-Philipp Wichuse host opkg for installing packages in buildroot...
2010-03-28 Hauke MehrtensSome dependencies that are depending on target are...
2009-11-22 Felix Fietkaubuild variants: only build opkg packages for the reques...
2009-09-03 Felix Fietkaudo not fail on empty packages
2009-09-03 Felix Fietkauget rid of old data before staging unstripped package...
2009-09-02 Felix Fietkaubuild: when staging unstripped package files, install...
2009-08-20 Felix Fietkaumerge the control file and the .ipk file targets into...
2009-08-20 Felix Fietkaufix multiple ipkg builds of the same arch but with...
2009-08-19 Felix Fietkauwhen regenerating an ipkg package, make sure the entire...
2009-08-17 Florian Fainelliensure CONTROL directory is created (#5683)
2009-08-08 Felix Fietkauadd target for library specific installations into...
2009-08-07 Felix Fietkauadd a staging directory for unstripped package files...
2009-01-29 Nicolas Thillmove IPKG_STATE_DIR from ./rules.mk to ./include/packag...
2008-12-11 Nicolas Thilladd an "Installed-Size" field to package control files...
2008-10-27 Felix Fietkaufix conditional depends in ipkg control files
2008-10-03 Felix Fietkauimplement conditional dependencies for generating the...
2007-09-28 Felix Fietkausome minor fixes, cleanups, package build abstraction
2007-09-21 Nicolas Thilladd 'Provides:' line in ipkg control files
2007-09-03 Nicolas Thillmove ipkg related vars from ./rules.mk to ./include...
2007-08-26 Nicolas Thillmove rule for $(STAGING_DIR)/etc/ipkg.conf out of Build...
2007-08-25 Nicolas Thillmove ipkg.conf creation from tools/ipkg-utils to includ...
2007-08-24 Nicolas Thillcombine the 3 find in a single one
2007-05-09 Felix Fietkaufix recursive dependencies on build directories - shoul...
2007-04-29 Felix Fietkaufixes for a few build errors on osx without fink
2007-04-15 Felix Fietkauclean up dependency handling for autorebuilds
2007-04-12 Felix Fietkaurevert find | xargs => find | exec changes - this is...
2007-04-03 Mike BakerUsing find's -exec to remove directories causes 'not...
2007-04-02 Florian FainelliUse find -exec instead of xargs
2007-03-16 Felix Fietkaure-enable SDK=1 and DEVELOPER=1 overrides for building...
2007-03-16 Mike Bakerformatting and trivial cleanup
2007-03-16 Felix FietkauAdd an 'Image Configuration' menu to menuconfig Package...
2007-03-15 Felix Fietkausplit package.mk and clean up build system code (based...