diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-11-05 11:25:15 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-05 22:17:56 +0000 |
commit | aaa4b6e9b468fb2755d3cad8426927d107c3b974 (patch) | |
tree | 3495cfad59482227f0ae79e91cbbed1c09c1f748 /meta/recipes-extended | |
parent | 039b8ec125da2f3966263b6c9bdfb2864cb29772 (diff) | |
download | poky-aaa4b6e9b468fb2755d3cad8426927d107c3b974.tar.gz |
xz: upgrade to 5.1.3alpha
(From OE-Core rev: c93a2f6cb61d7a94249ef6097b3cacac66324fcd)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@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.3alpha.bb (renamed from meta/recipes-extended/xz/xz_5.1.2alpha.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/xz/xz_5.1.2alpha.bb b/meta/recipes-extended/xz/xz_5.1.3alpha.bb index 92c3dd982a..b49fbf7d3f 100644 --- a/meta/recipes-extended/xz/xz_5.1.2alpha.bb +++ b/meta/recipes-extended/xz/xz_5.1.3alpha.bb | |||
@@ -10,8 +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 | SRC_URI[md5sum] = "9bad1e249537ce69b206815cf28ca87b" | 13 | SRC_URI[md5sum] = "bbb2daa876c87fb2cf9fe4590af9694e" |
14 | SRC_URI[sha256sum] = "70e792d2a67cfbb8f2dffd0feab6ca6e5a4a618d65070fb44a367629d1ba94e5" | 14 | SRC_URI[sha256sum] = "9f94506e301d5b6863921bba861a99ba00de384dafb4e5f409679a93e41613d4" |
15 | 15 | ||
16 | inherit autotools gettext | 16 | inherit autotools gettext |
17 | 17 | ||