summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/xz
Commit message (Collapse)AuthorAgeFilesLines
* xz: updated to version 5.1.1alphaValentin Popa2012-09-281-5/+5
| | | | | | | | | The licenses are the same, only some white spaces added/removed. (From OE-Core rev: dbfc3d05e49b46ec033623d66e64cf781df4f632) Signed-off-by: Valentin Popa <valentin.popa@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xz: split out liblzma as seperate packagesKoen Kooi2012-03-081-1/+8
| | | | | | | | | As usual, this creates problems for upgrade paths, but splitting out the lib is worth the short term hassle (From OE-Core rev: af1a2740bc47d355a3435fc5d36c47e48cb05ad2) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xz: Upgrade to 5.0.3Zhai Edwin2011-11-301-2/+2
| | | | | | | (From OE-Core rev: 470bf7ca5a0ce1c2667cef8708eb86e4ee74db01) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xz: Upgrade to 5.0.2 (from 5.0.0)Zhai Edwin2011-04-181-2/+2
| | | | | | | (From OE-Core rev: 424f853a5f7a357e69f58608f28f8028e7e7098b) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xz_5.0.0.bb: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj2011-04-041-3/+1
| | | | | | | (From OE-Core rev: 1d274a5897a3b887f6bb0de778f8be0528b47ddd) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-091-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xz: Update to 5.0.0Zhai Edwin2010-11-221-0/+0
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-271-0/+20
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>