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-14 12:56:33 +0100 |
commit | 3d53e72136eba38dfaff791dae954a6480db600e (patch) | |
tree | 437ab09347a65e374d47ec6db5e8df91ef1d854b | |
parent | 62a2f5cc293e74df1090a83e87f24798cf5d5fa1 (diff) | |
download | openembedded-core-3d53e72136eba38dfaff791dae954a6480db600e.tar.gz openembedded-core-3d53e72136eba38dfaff791dae954a6480db600e.tar.bz2 openembedded-core-3d53e72136eba38dfaff791dae954a6480db600e.zip |
pax-utils: upgrade to 1.1.6
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" SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.xz \ " -SRC_URI[md5sum] = "bc3614322eaf88f167a608ae85d6b207" -SRC_URI[sha256sum] = "2945b3e4df2e0dc95800bfbd3d88ab2243b2ee4ff064bbfc75734f6d9d986a89" +SRC_URI[md5sum] = "96f56a5a10ed50f2448c5ccebd27764f" +SRC_URI[sha256sum] = "f5436c517bea40f7035ec29a6f34034c739b943f2e3a080d76df5dfd7fd41b12" RDEPENDS_${PN} += "bash" |