diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-11 16:10:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:53:55 +0100 |
commit | ab0401fd7673c353d4ea377ac5d9e38a32adceae (patch) | |
tree | ba793d66bccf78fbebccec1f48b95be3c83183e1 /meta/recipes-extended | |
parent | 9d38697bb70079d07b30dbaf26a79a4b839fd109 (diff) | |
download | poky-ab0401fd7673c353d4ea377ac5d9e38a32adceae.tar.gz |
xz: update to 5.1.2alpha
This contains bugfixes from the 5.0.3 and 5.0.4 releases
(From OE-Core rev: bbdbb70192e16fe351f9cf8f781110faf839be51)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/xz/xz_5.1.2alpha.bb (renamed from meta/recipes-extended/xz/xz_5.1.1alpha.bb) | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-extended/xz/xz_5.1.1alpha.bb b/meta/recipes-extended/xz/xz_5.1.2alpha.bb index 7fa7177b6e..9d68720b19 100644 --- a/meta/recipes-extended/xz/xz_5.1.1alpha.bb +++ b/meta/recipes-extended/xz/xz_5.1.2alpha.bb | |||
@@ -10,11 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c \ | |||
10 | file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 " | 10 | file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 " |
11 | 11 | ||
12 | SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz" | 12 | SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz" |
13 | 13 | SRC_URI[md5sum] = "9bad1e249537ce69b206815cf28ca87b" | |
14 | SRC_URI[md5sum] = "bb24436fa12780808e1c142980484104" | 14 | SRC_URI[sha256sum] = "70e792d2a67cfbb8f2dffd0feab6ca6e5a4a618d65070fb44a367629d1ba94e5" |
15 | SRC_URI[sha256sum] = "54e59a83690a4a0ec88a7d7c3bdef90c6b196c892a93463863c71c24fe87951a" | ||
16 | |||
17 | PR = "r0" | ||
18 | 15 | ||
19 | inherit autotools gettext | 16 | inherit autotools gettext |
20 | 17 | ||