diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2016-06-13 05:16:34 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 08:35:03 +0100 |
commit | 322ada3c1583f4a6281dff253fda5cc156a352d3 (patch) | |
tree | 465272b6668592ce814b374dd4537aaf45c19d83 | |
parent | 821170969923b7474291bc6216b204ccb62aa7f4 (diff) | |
download | poky-322ada3c1583f4a6281dff253fda5cc156a352d3.tar.gz |
pax-utils: upgrade to 1.1.6
(From OE-Core rev: 3d53e72136eba38dfaff791dae954a6480db600e)
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_1.1.6.bb (renamed from meta/recipes-devtools/pax-utils/pax-utils_1.1.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/pax-utils/pax-utils_1.1.5.bb b/meta/recipes-devtools/pax-utils/pax-utils_1.1.6.bb index a887c037d3..5cc546301c 100644 --- a/meta/recipes-devtools/pax-utils/pax-utils_1.1.5.bb +++ b/meta/recipes-devtools/pax-utils/pax-utils_1.1.6.bb | |||
@@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | |||
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 | 12 | ||
13 | SRC_URI[md5sum] = "bc3614322eaf88f167a608ae85d6b207" | 13 | SRC_URI[md5sum] = "96f56a5a10ed50f2448c5ccebd27764f" |
14 | SRC_URI[sha256sum] = "2945b3e4df2e0dc95800bfbd3d88ab2243b2ee4ff064bbfc75734f6d9d986a89" | 14 | SRC_URI[sha256sum] = "f5436c517bea40f7035ec29a6f34034c739b943f2e3a080d76df5dfd7fd41b12" |
15 | 15 | ||
16 | RDEPENDS_${PN} += "bash" | 16 | RDEPENDS_${PN} += "bash" |
17 | 17 | ||