summaryrefslogtreecommitdiffstats
path: root/package/Makefile.package.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* Makefile.autotools.in fix typo (s/extrators/extractors/)Peter Korsgaard2010-06-231-1/+1
* Makefile.package.in: Add support for *.tbz2 package archivesPaul Jones2010-06-231-5/+6
* Add generic functions to enable/set/disable options in kconfig filesThomas Petazzoni2010-06-221-0/+15
* package: Add new <pkg>-show-depends to list dependenciesThomas Petazzoni2010-05-211-0/+3
* Makefile.package.in: optimize UPPERCASE macroPeter Korsgaard2010-05-061-1/+15
* Do not remove documentation on a per-package basisThomas Petazzoni2010-04-111-9/+0
* Add generic package infrastructureThomas Petazzoni2009-12-151-0/+397