diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-04-02 02:16:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-24 14:10:08 +0100 |
commit | a2bfc86aaf7c5fe432f5f4f8f320337dd8936f20 (patch) | |
tree | 84e8216178d1e8ea3f7a8a6eda62c2908759109a /meta/recipes-devtools | |
parent | 5d908eef1c42ecb4c514919cf43b12a36c1f3d6f (diff) | |
download | poky-a2bfc86aaf7c5fe432f5f4f8f320337dd8936f20.tar.gz |
elfutils: upgrade 0.178 -> 0.179
(From OE-Core rev: c100ee0ca4499bb6264647ab37d0b1ddffcd7012)
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.179.bb (renamed from meta/recipes-devtools/elfutils/elfutils_0.178.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.178.bb b/meta/recipes-devtools/elfutils/elfutils_0.179.bb index c500ae3c19..1da95ec1de 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.178.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.179.bb | |||
@@ -40,8 +40,8 @@ SRC_URI_append_libc-musl = " \ | |||
40 | file://0003-musl-utils.patch \ | 40 | file://0003-musl-utils.patch \ |
41 | file://0004-Fix-error-on-musl.patch \ | 41 | file://0004-Fix-error-on-musl.patch \ |
42 | " | 42 | " |
43 | SRC_URI[md5sum] = "5480d0b7174446aba13a6adde107287f" | 43 | SRC_URI[md5sum] = "8ee56b371b5a7ea081284c44e5164600" |
44 | SRC_URI[sha256sum] = "31e7a00e96d4e9c4bda452e1f2cdac4daf8abd24f5e154dee232131899f3a0f2" | 44 | SRC_URI[sha256sum] = "25a545566cbacaa37ae6222e58f1c48ea4570f53ba991886e2f5ce96e22a23a2" |
45 | 45 | ||
46 | inherit autotools gettext ptest pkgconfig | 46 | inherit autotools gettext ptest pkgconfig |
47 | 47 | ||