summaryrefslogtreecommitdiff
path: root/package/lockfile-progs
AgeCommit message (Collapse)Author
2011-09-29package: remove useless arguments from GENTARGETSThomas Petazzoni
Thanks to the pkgparentdir and pkgname functions, we can rewrite the GENTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-04-24lockfile-progs: fix make dependencyPeter Korsgaard
Based on patch by Sergio Monteiro Basto <sergio@sergiomb.no-ip.org>. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-29lockfile-progs: cleanup install/uninstallPeter Korsgaard
Install/uninstall all programs (including mail-*), and use install -D to copy to target. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-29lockfile-progs: convert to gentargets and bump to 0.1.15Martin Banky
[Peter: no strip, remove unused _BINARY var] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-07-07Merge TARGET_CONFIGURE_ENV into TARGET_CONFIGURE_OPTSThomas Petazzoni
TARGET_CONFIGURE_ENV defines CFLAGS, LDFLAGS, CXXFLAGS and FCFLAGS, separatly from all other variables that are part of TARGET_CONFIGURE_OPTS. This is useless and not consistent with the HOST_CONFIGURE_ variables, therefore we merge TARGET_CONFIGURE_ENV into TARGET_CONFIGURE_OPTS and fix the few users of TARGET_CONFIGURE_ENV. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-05-30lockfile-progs: use correct CFLAGSPeter Korsgaard
Use the correct CFLAGS from BR and not just the LDFLAGS. This is especially important for external toolchain setups, but the lockfile-progs buildsystem also hardcodes -Werror, which breaks the build in certain setups. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-03package: Remove unnecessary dependencies on uclibc.Will Newton
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>
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-11-22lockfile-progs: remove unneeded $(strip)Peter Korsgaard
2008-11-19lockfile-progs: fix patch-kernel invocationPeter Korsgaard
Patch by Roberto A. Foglietta. Closes #6364
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-05-20Update lockfile-progs versionUlf Samuelsson
2008-03-27buildroot: cleanup <package>-clean targets.Peter Korsgaard
Based on input from Arndt Kritzner & Bernhard Fischer.
2007-12-27Added BR2_DEBIAN_MIRRORThomas Lundquist
2007-10-18bump lockfile-progs to 0.1.11 version, provide sus3v legacy patchIvan Kuten
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-21Remove switches if sstrip is runUlf Samuelsson
2007-07-17Fix build directives and clean target screwed up by me."Steven J. Hill"
2007-07-06Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵"Steven J. Hill"
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.
2007-05-07Add new packages."Steven J. Hill"