summaryrefslogtreecommitdiff
path: root/package/lzma
AgeCommit message (Expand)AuthorFilesLines
2010-12-13toolchain: rework C++ optionsThomas Petazzoni1-2/+2
2010-09-20lzma: mark old package as deprecatedPeter Korsgaard1-1/+2
2010-04-09lzma: convert the host package to the autotools infrastructureThomas Petazzoni1-63/+2
2009-10-26lzma: bump versionPeter Korsgaard1-1/+1
2009-10-26lzma: convert to Makefile.autotools.in formatPeter Korsgaard1-70/+13
2009-10-26lzma: remove 'target' from lzma package namePeter Korsgaard2-6/+7
2009-10-26lzma: host targets should not be user selectablePeter Korsgaard2-12/+0
2009-10-26lzma: get rid of unused target-headers optionPeter Korsgaard2-12/+0
2009-10-01buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard1-2/+2
2009-09-23rename TOOL_BUILD_DIR to TOOLCHAIN_DIRMichael Roth1-9/+9
2009-09-03package: Remove unnecessary dependencies on uclibc.Will Newton1-1/+1
2009-03-05package: convert some Config.in selects to dependsPeter Korsgaard1-1/+4
2009-01-20Bump lzma to latest stable, ARM build now completesUlf Samuelsson1-1/+1
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard1-1/+1
2009-01-01buildroot: set SHELL instead of messing around with CONFIG_SHELLPeter Korsgaard1-2/+2
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard1-3/+3
2008-08-04package: global largefile CFLAGS handlingPeter Korsgaard1-5/+1
2008-07-17Kconfig: remove 'default n'Peter Korsgaard1-3/+0
2008-01-26Upped version, no need for patch. (This is still based on lzma SDK 4.32, Thomas Lundquist2-15/+1
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer1-1/+1
2007-08-31- make sure that the path for the lzma-host-binary existBernhard Reutner-Fischer1-1/+1
2007-08-22- semicolon touchup. No other changesBernhard Reutner-Fischer1-5/+5
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ...Bernhard Reutner-Fischer1-2/+2
2007-08-21- add handling of lzma for the host (unconditionally for now)Bernhard Reutner-Fischer2-5/+29
2007-08-21Remove switches if sstrip is runUlf Samuelsson1-1/+1
2007-08-20SED away some whitespaceUlf Samuelsson1-2/+2
2007-08-16Ensure lzma is built *before* linux, allow system installation in /usr/local/binUlf Samuelsson1-0/+9
2007-08-12fix liblzmadec.la pathsUlf Samuelsson1-0/+2
2007-07-31- lzma needs a CXX cross-compilerBernhard Reutner-Fischer2-10/+16
2007-07-11Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson1-4/+4
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer1-1/+1
2007-03-13fixup package LDFLAGS handlingEric Andersen1-0/+1
2007-02-04- avoid spurious rebuilds. Thanks to janlana, closes #1191Bernhard Reutner-Fischer1-7/+7
2006-12-21- use global DISABLE_LARGEFILEBernhard Reutner-Fischer1-3/+1
2006-11-20- add and use a HOSTCXX variable.Bernhard Reutner-Fischer1-0/+1
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer1-2/+3
2006-11-04- Patch from Thomas Lundquist to support lzma compressed ext2 rootfs.Bernhard Reutner-Fischer2-28/+72
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ...Bernhard Reutner-Fischer1-1/+1
2006-08-29- add package lzmaBernhard Reutner-Fischer3-0/+109