summaryrefslogtreecommitdiffstats
path: root/package/lockfile-progs
Commit message (Collapse)AuthorAgeFilesLines
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* lockfile-progs: remove unneeded $(strip)Peter Korsgaard2008-11-221-1/+1
|
* lockfile-progs: fix patch-kernel invocationPeter Korsgaard2008-11-191-1/+1
| | | | | | Patch by Roberto A. Foglietta. Closes #6364
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Update lockfile-progs versionUlf Samuelsson2008-05-201-2/+2
|
* buildroot: cleanup <package>-clean targets.Peter Korsgaard2008-03-271-2/+2
| | | | Based on input from Arndt Kritzner & Bernhard Fischer.
* Added BR2_DEBIAN_MIRRORThomas Lundquist2007-12-271-1/+1
|
* bump lockfile-progs to 0.1.11 version, provide sus3v legacy patchIvan Kuten2007-10-182-2/+14
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-1/+1
|
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-1/+1
|
* Fix build directives and clean target screwed up by me."Steven J. Hill"2007-07-171-2/+3
|
* Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵"Steven J. Hill"2007-07-061-2/+1
| | | | TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next.
* Add new packages."Steven J. Hill"2007-05-072-0/+50