summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/elfutils_0.148.bb
diff options
context:
space:
mode:
authorJunling Zheng <zhengjunling@huawei.com>2015-04-09 12:56:27 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-15 18:12:44 +0100
commit2c3ae1ed7aaab765c11a3b195f8e086705318352 (patch)
tree7fe84ea448b28510a2927e0103482fd7eff8fdfb /meta/recipes-devtools/elfutils/elfutils_0.148.bb
parent0c20afe81088214deb49a6f814de79c30deac4ff (diff)
downloadast2050-yocto-poky-2c3ae1ed7aaab765c11a3b195f8e086705318352.zip
ast2050-yocto-poky-2c3ae1ed7aaab765c11a3b195f8e086705318352.tar.gz
elfutils: fix an incorrect patch for 0.161
The original uclibc-support.patch is not compatible with elfutils-0.161. It should be corrected through adjusting context. So regenerate a new patch for elfutils-0.161, rename the patch for elfutils-0.148, and put them into respective directories. (From OE-Core master rev: 64acb72e7ec63528073d8290137fe74d3382f876) (From OE-Core rev: d4924543c265ca497d4c419d4571cf1f8ef31d09) Signed-off-by: Junling Zheng <zhengjunling@huawei.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.148.bb')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.148.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
index 16db6b2..c3f90ec 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.148.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
@@ -36,7 +36,7 @@ SRC_URI += "\
file://elf_begin.c-CVE-2014-9447-fix.patch \
"
# Only apply when building uclibc based target recipe
-SRC_URI_append_libc-uclibc = " file://uclibc-support.patch"
+SRC_URI_append_libc-uclibc = " file://uclibc-support-for-elfutils-0.148.patch"
# The buildsystem wants to generate 2 .h files from source using a binary it just built,
# which can not pass the cross compiling, so let's work around it by adding 2 .h files
OpenPOWER on IntegriCloud