diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2018-08-23 16:11:25 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-23 18:02:19 +0100 |
commit | ab3f8e58485d0e90da3a0255d771737852ba345b (patch) | |
tree | b7c11bbd98761ee0fe977ccb7c5858d60e1ad324 | |
parent | de09efcfac778cbdc5b2c582d16fc75206e96111 (diff) | |
download | openembedded-core-ab3f8e58485d0e90da3a0255d771737852ba345b.tar.gz openembedded-core-ab3f8e58485d0e90da3a0255d771737852ba345b.tar.bz2 openembedded-core-ab3f8e58485d0e90da3a0255d771737852ba345b.zip |
elfutils: 0.172 -> 0.173
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.173.bb (renamed from meta/recipes-devtools/elfutils/elfutils_0.172.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.172.bb b/meta/recipes-devtools/elfutils/elfutils_0.173.bb index 1cdff40a86..03144dc842 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.172.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.173.bb @@ -30,8 +30,9 @@ SRC_URI = "https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2 \ file://debian/0001-disable_werror.patch \ " SRC_URI_append_libc-musl = " file://0008-build-Provide-alternatives-for-glibc-assumptions-hel.patch" -SRC_URI[md5sum] = "01e87ab4c5a6a249c04e22a97a4221d3" -SRC_URI[sha256sum] = "779c99e6344c4982bbab60b8d276cec3d468151c758905f9a44ba6b6edaa0e24" + +SRC_URI[md5sum] = "35decb1ebfb90d565e4c411bee4185cc" +SRC_URI[sha256sum] = "b76d8c133f68dad46250f5c223482c8299d454a69430d9aa5c19123345a000ff" inherit autotools gettext |