summaryrefslogtreecommitdiff
path: root/package/lzo
AgeCommit message (Collapse)Author
2012-07-17all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)
Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-07-17all packages: use new host-xxx-package macrosArnout Vandecappelle (Essensium/Mind)
This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS,host))/$(eval $(host-generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS,host))/$(eval $(host-autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS,host))/$(eval $(host-cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-07-17lzo: define licenseLuca Ceresoli
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2011-09-29package: remove useless arguments from AUTOTARGETSThomas Petazzoni
Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS 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-09-09lzo: bump versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-14lzo: bump versionPeter Korsgaard
This contains an updated build system, so the patches are no longer needed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-06-12packages: remove --{enable,disable}-{shared,static} from autotools packagesThomas Petazzoni
Now that those values are passed at the autotools infrastructure level, there's no need for every package to pass inconsistent values. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-01-26lzo: build shared library for host and targetPeter Korsgaard
Based on patch by Michael J. Hammel. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-08-24lzo: fix host-lzo build failure when config cache is filledThomas Petazzoni
When the configuration cache has been filled with a value for ac_cv_host, host-lzo fails to detect the target system name. This is due to misbehaving code in the ./configure script. Therefore, we need to autoreconf the package, which in turn requires : * a little fix to the configure.ac file * a little fix to src/Makefile.am * an extraction of important parts of aclocal.m4 into acinclude.m4 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-15lzo: convert to autotools infrastructure for host packageThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-10-01buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard
We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. 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-04-08jffs2root: build host version of lzo and use for host mkfs.jffs2Peter Korsgaard
2009-01-18Getting rid of a bit more configure options that's been centralized.Thomas Lundquist
2008-11-14lzo: add $(DISABLE_LARGEFILE) to configure optionsPeter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2008-08-20lzo: bump version and update to Makefile.autotools.in formatPeter Korsgaard
Bump LZO version and update makefile - tested with latest mtdutils. Signed-off-by: daniel.j.laird <daniel.j.laird@nxp.com>
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-04-01buildroot: additional -clean target fixesPeter Korsgaard
Patch by Hebbar.
2007-12-27Added BR2_DEBIAN_MIRRORThomas Lundquist
2007-09-23Fix library path in lzoUlf Samuelsson
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-08-11Run $\(CONFIG_UPDATE\) in the unpack rules for iperf, ↵Ulf Samuelsson
libgcrypt,libgpg-error, lzo
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-21- use correct path for lzo libs and headersBernhard Reutner-Fischer
2007-03-13fixup package LDFLAGS handlingEric Andersen
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-01-03- better encapsulation of versionBernhard Reutner-Fischer
- quote TARGET_CC for setups which need flags in CC
2005-11-24remove extra space after touchMike Frysinger
2005-06-24be a bit more consistant with naming, always escape wildcardsEric Andersen
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2005-01-23patch from pdinoto: http://bugs.uclibc.org/view.php?id=35Eric Andersen
This patch changes the path used as dependency for liblzo, which appears to be pointing to $(STAGING_DIR)/usr prefix while the package is actually installed with prefix ${STAGING_DIR}
2004-12-26more help updates from Tom CameronMike Frysinger
2004-10-14Be certain make is happy and will not keep trying to reinstallEric Andersen
2004-10-14Update a few packagesEric Andersen
2004-10-09Make the TAR_VERBOSITY option a bit more saneEric Andersen
2004-10-09Thomas Lundquist: have the makefiles depend on the correct fileMike Frysinger
2004-10-09use $(TAR_VERBOSITY)Mike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen
2004-10-09facelift step number twoEric Andersen
2004-10-09Remove the old 'make' directory, and populate the new 'package'Eric Andersen
directory.