diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-03-01 17:03:50 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-04 14:27:06 +0000 |
commit | 76daf150ea6d7c7281892773d20860e496c7002d (patch) | |
tree | 14037a6e3de767222984457b17c589e3cfcf9d85 | |
parent | d9018a3d9c828551c465b68b27920ec4681524ae (diff) | |
download | poky-76daf150ea6d7c7281892773d20860e496c7002d.tar.gz |
elfutils: upgrade 0.175 -> 0.176
upgrade from elfutils_0.175.bb to elfutils_0.176.bb
(From OE-Core rev: ee14faf3f42e809137da43b5a65d990f6ae08de0)
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.176.bb (renamed from meta/recipes-devtools/elfutils/elfutils_0.175.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.175.bb b/meta/recipes-devtools/elfutils/elfutils_0.176.bb index b0b9ddc736..fd901c9c9e 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.175.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.176.bb | |||
@@ -30,8 +30,8 @@ SRC_URI = "https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2 \ | |||
30 | " | 30 | " |
31 | SRC_URI_append_libc-musl = " file://0008-build-Provide-alternatives-for-glibc-assumptions-hel.patch" | 31 | SRC_URI_append_libc-musl = " file://0008-build-Provide-alternatives-for-glibc-assumptions-hel.patch" |
32 | 32 | ||
33 | SRC_URI[md5sum] = "9a02b0382b78cc2d515fb950275d4c02" | 33 | SRC_URI[md5sum] = "077e4f49320cad82bf17a997068b1db9" |
34 | SRC_URI[sha256sum] = "f7ef925541ee32c6d15ae5cb27da5f119e01a5ccdbe9fe57bf836730d7b7a65b" | 34 | SRC_URI[sha256sum] = "eb5747c371b0af0f71e86215a5ebb88728533c3a104a43d4231963f308cd1023" |
35 | 35 | ||
36 | inherit autotools gettext | 36 | inherit autotools gettext |
37 | 37 | ||