summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/elfutils_0.170.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-10-05 17:50:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-04 17:23:55 +0000
commitb21f8e361ba35c52bab4f1480b86833136fffd3d (patch)
tree2934c0be1fd0bbdbed52048f3adebc9d50980ef3 /meta/recipes-devtools/elfutils/elfutils_0.170.bb
parentf5157782255881b984123b3d37c15ead1180c4e8 (diff)
downloadpoky-b21f8e361ba35c52bab4f1480b86833136fffd3d.tar.gz
elfutils: Fix missing library on linker cmdline
(From OE-Core rev: a998f5be9b0364ef371f4cf6e4c0273fd9dc3861) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit 0caa41cf9692ac2cdf62b31cda8edd8241198697) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.170.bb')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.170.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.170.bb b/meta/recipes-devtools/elfutils/elfutils_0.170.bb
index 8a339e48c9..3b81e287b0 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.170.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.170.bb
@@ -17,6 +17,7 @@ SRC_URI += "\
17 file://0005-fix-a-stack-usage-warning.patch \ 17 file://0005-fix-a-stack-usage-warning.patch \
18 file://0006-Fix-build-on-aarch64-musl.patch \ 18 file://0006-Fix-build-on-aarch64-musl.patch \
19 file://0007-Fix-control-path-where-we-have-str-as-uninitialized-.patch \ 19 file://0007-Fix-control-path-where-we-have-str-as-uninitialized-.patch \
20 file://0001-libasm-may-link-with-libbz2-if-found.patch \
20" 21"
21SRC_URI_append_libc-musl = " file://0008-build-Provide-alternatives-for-glibc-assumptions-hel.patch" 22SRC_URI_append_libc-musl = " file://0008-build-Provide-alternatives-for-glibc-assumptions-hel.patch"
22 23