summaryrefslogtreecommitdiffstats
path: root/package/Makefile.package.in
Commit message (Expand)AuthorAgeFilesLines
* package: fix WGET download methodThomas Petazzoni2012-03-051-2/+6
* DOWNLOAD_WGET: use -O instead of -P to set output fileArnout Vandecappelle (Essensium/Mind)2012-02-141-1/+1
* dependencies: build a host-tar if no suitable tar can be foundThomas De Schampheleire2012-02-091-12/+0
* pkg-infra: improve reliability of foo-installArnout Vandecappelle (Essensium/Mind)2012-02-021-2/+3
* Add support for package-declared devicesMaxime Ripard2012-02-011-0/+2
* Only derrive HOST_FOO_DEPENDENCIES from FOO_DEPENDENCIES if not set, not none...Peter Korsgaard2012-01-181-5/+1
* package: derive HOST_FOO_DEPENDENCIES from FOO_DEPENDENCIESArnout Vandecappelle (Essensium/Mind)2012-01-171-1/+6
* dependencies: check for extract tools as wellPeter Korsgaard2011-12-041-0/+2
* Merge branch 'next'Peter Korsgaard2011-12-011-7/+75
|\
| * Add support for packages stored in Mercurial (hg) repositoriesThomas De Schampheleire2011-11-271-4/+29
| * GENTARGETS: add support for scp://Thomas De Schampheleire2011-11-271-6/+49
* | clean-for-rebuild: also remove images_installed stampArnout Vandecappelle (Essensium/Mind)2011-11-151-0/+1
|/
* package: fix bootloader buildingThomas Petazzoni2011-10-021-1/+1
* package: normalize output of 'make external-deps'Thomas Petazzoni2011-09-301-3/+3
* Makefile.package.in: SVN/BZR/GIT: don't append $(QUIET)Peter Korsgaard2011-09-301-3/+3
* Add support for local packages through 'file://' pseudo-protocolDavid Wagner2011-09-301-3/+18
* package: remove useless arguments from GENTARGETSThomas Petazzoni2011-09-291-6/+4
* package: add helper functions to get package name and directory magicallyThomas Petazzoni2011-09-291-0/+18
* package: implement a 'local' site methodThomas Petazzoni2011-09-291-0/+6
* package: add <pkg>-rebuild and <pkg>-reconfigureThomas Petazzoni2011-09-291-0/+16
* package: enhance infrastructure to support source dir overrideThomas Petazzoni2011-09-291-2/+52
* package: add a PRE_PATCH_HOOKS hook pointThomas Petazzoni2011-09-201-0/+2
* package: change ordering of stepsThomas Petazzoni2011-09-181-3/+3
* support: move patch-kernel.sh and rename itThomas Petazzoni2011-09-171-4/+4
* package: fix <pkg>_DL_VERSION valueThomas Petazzoni2011-08-041-3/+5
* Makefile.package.in: use "" for MESSAGE argumentsPeter Korsgaard2011-07-181-3/+3
* Makefile.package.in: Add BR2_XZCAT for LZMA compression typeAllan W. Nielsen2011-07-121-0/+1
* Improve TARGETS handling for bootloaders and kernelThomas Petazzoni2011-07-111-3/+13
* package: add support for post-download hooksThomas Petazzoni2011-07-101-0/+2
* package: fix patching procedure for host packagesThomas Petazzoni2011-07-071-14/+12
* package: add infrastructure to install things in images/Thomas Petazzoni2011-07-071-1/+19
* Fix quoting in default extract commandThomas Petazzoni2011-07-071-1/+2
* Makefile.package.in: Makes it possible to override the default extract commandsAllan W. Nielsen2011-07-071-2/+5
* Makefile.package.in: extract: only ensure r/w access for userPeter Korsgaard2011-07-071-1/+1
* infrastructure: remove leftover of old style hooksDaniel Hobi2011-07-061-1/+1
* fetch/git: clone the repository as bareJean-Christophe PLAGNIOL-VILLARD2011-03-161-1/+1
* Makefile.package.in: make <pkg>_SOURCE optionalPeter Korsgaard2011-03-121-3/+3
* package infra: fix versioned patches for host packagesGustavo Zacarias2010-12-271-1/+1
* infrastructure: only require download tools when neededThomas Petazzoni2010-12-241-2/+12
* package/Makefile.package.in: Added BZR download supportDaniel Nyström2010-12-241-11/+28
* package: move autoreconfigure step to pre configure hookLionel Landwerlin2010-11-051-0/+2
* Fix <PKG_NAME>_VERSION variable setupLionel Landwerlin2010-09-201-8/+8
* Merge branch 'for-2010.11/download-rework' of git://git.busybox.net/~tpetazzo...Peter Korsgaard2010-09-171-14/+124
|\
| * Revert "Makefile.package.in: allow packages to override download step"Maxime Petazzoni2010-09-131-1/+1
| * Re-implement the source-check and external-deps targetsMaxime Petazzoni2010-09-131-13/+73
| * Implement basic non-wget download methodsMaxime Petazzoni2010-09-131-4/+64
| * Remove the spider featureMaxime Petazzoni2010-09-131-10/+0
* | infrastructure: remove support for old style hooksThomas Petazzoni2010-09-121-27/+6
|/
* Match whole words when changing .config optionsMalte Starostik2010-07-181-3/+3
* Makefile.package.in: allow packages to override download stepPeter Korsgaard2010-07-011-1/+1