diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-05-12 15:01:26 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-13 19:32:06 +0100 |
commit | 1d13b58c3bc1caa1a84bfd708f1ea6f5885322a2 (patch) | |
tree | f8ce40b52fd9c398ffbc2cc05900d5a836267ff2 | |
parent | 9238e53b59dc827da0ccbc5528a18e42f48ecaa9 (diff) | |
download | poky-1d13b58c3bc1caa1a84bfd708f1ea6f5885322a2.tar.gz |
pax-utils: upgrade to 0.8.1
Build success for qemux86-64, and test on core-image-minimal.
(From OE-Core rev: 791302c5842bac59e47fc6f096cc3d4ce3ce57a9)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/pax-utils/pax-utils_0.8.1.bb (renamed from meta/recipes-devtools/pax-utils/pax-utils_0.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/pax-utils/pax-utils_0.7.bb b/meta/recipes-devtools/pax-utils/pax-utils_0.8.1.bb index 30fb0e6674..e79347f679 100644 --- a/meta/recipes-devtools/pax-utils/pax-utils_0.7.bb +++ b/meta/recipes-devtools/pax-utils/pax-utils_0.8.1.bb | |||
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | |||
9 | 9 | ||
10 | SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.xz" | 10 | SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.xz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "8ae7743ad11500f7604f2e817221d877" | 12 | SRC_URI[md5sum] = "bc42279c5aff3682c12be40f72805cec" |
13 | SRC_URI[sha256sum] = "1ac4cee9a9ca97a723505eb29a25e50adeccffba3f0f0ef4f035cf082caf3b84" | 13 | SRC_URI[sha256sum] = "844ff25b1a11bcef92ef34b22f576f226a772b67196818656f8874513438f5b9" |
14 | 14 | ||
15 | do_install() { | 15 | do_install() { |
16 | oe_runmake PREFIX=${D}${prefix} DESTDIR=${D} install | 16 | oe_runmake PREFIX=${D}${prefix} DESTDIR=${D} install |