summaryrefslogtreecommitdiffstats
path: root/package/lzma
Commit message (Expand)AuthorAgeFilesLines
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
* packages: remove all := signsThomas Petazzoni2013-01-201-4/+5
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
* all packages: use new host-xxx-package macrosArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
* packages: remove redundant INSTALL_TARGET=YES declarationsGustavo Zacarias2012-03-111-1/+0
* dependencies: remove unused lzma checking scriptsThomas De Schampheleire2011-11-171-9/+0
* package: remove useless arguments from AUTOTARGETSThomas Petazzoni2011-09-291-2/+2
* toolchain: rework C++ optionsThomas Petazzoni2010-12-131-2/+2
* lzma: mark old package as deprecatedPeter Korsgaard2010-09-201-1/+2
* lzma: convert the host package to the autotools infrastructureThomas Petazzoni2010-04-091-63/+2
* lzma: bump versionPeter Korsgaard2009-10-261-1/+1
* lzma: convert to Makefile.autotools.in formatPeter Korsgaard2009-10-261-70/+13
* lzma: remove 'target' from lzma package namePeter Korsgaard2009-10-262-6/+7
* lzma: host targets should not be user selectablePeter Korsgaard2009-10-262-12/+0
* lzma: get rid of unused target-headers optionPeter Korsgaard2009-10-262-12/+0
* buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard2009-10-011-2/+2
* rename TOOL_BUILD_DIR to TOOLCHAIN_DIRMichael Roth2009-09-231-9/+9
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
* package: convert some Config.in selects to dependsPeter Korsgaard2009-03-051-1/+4
* Bump lzma to latest stable, ARM build now completesUlf Samuelsson2009-01-201-1/+1
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
* buildroot: set SHELL instead of messing around with CONFIG_SHELLPeter Korsgaard2009-01-011-2/+2
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-3/+3
* package: global largefile CFLAGS handlingPeter Korsgaard2008-08-041-5/+1
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-3/+0
* Upped version, no need for patch. (This is still based on lzma SDK 4.32, Thomas Lundquist2008-01-262-15/+1
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
* - make sure that the path for the lzma-host-binary existBernhard Reutner-Fischer2007-08-311-1/+1
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-5/+5
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ...Bernhard Reutner-Fischer2007-08-211-2/+2
* - add handling of lzma for the host (unconditionally for now)Bernhard Reutner-Fischer2007-08-212-5/+29
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-1/+1
* SED away some whitespaceUlf Samuelsson2007-08-201-2/+2
* Ensure lzma is built *before* linux, allow system installation in /usr/local/binUlf Samuelsson2007-08-161-0/+9
* fix liblzmadec.la pathsUlf Samuelsson2007-08-121-0/+2
* - lzma needs a CXX cross-compilerBernhard Reutner-Fischer2007-07-312-10/+16
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-4/+4
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-1/+1
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
* - avoid spurious rebuilds. Thanks to janlana, closes #1191Bernhard Reutner-Fischer2007-02-041-7/+7
* - use global DISABLE_LARGEFILEBernhard Reutner-Fischer2006-12-211-3/+1
* - add and use a HOSTCXX variable.Bernhard Reutner-Fischer2006-11-201-0/+1
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-2/+3
* - Patch from Thomas Lundquist to support lzma compressed ext2 rootfs.Bernhard Reutner-Fischer2006-11-042-28/+72
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ...Bernhard Reutner-Fischer2006-10-011-1/+1
* - add package lzmaBernhard Reutner-Fischer2006-08-293-0/+109