summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/elfutils_0.182.bb
diff options
context:
space:
mode:
authorDorinda <dorindabassey@gmail.com>2021-01-27 01:10:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-30 10:45:55 +0000
commit4dd9b84991cd7c5a5ed5035a3df4ba2f287539d6 (patch)
tree1e453cc5038c0b00766c41fc26628aa4e33dd109 /meta/recipes-devtools/elfutils/elfutils_0.182.bb
parentc900b345aae1542848df78a160914c5606d88f6d (diff)
downloadpoky-4dd9b84991cd7c5a5ed5035a3df4ba2f287539d6.tar.gz
elfutils: add support for ipk
debuginfod scanner 0.182 could only support/scan RPM and .debs, add support to scan .ipk as well (they're effectively debs). [YOCTO #13807] (From OE-Core rev: d9913c3d7da01d5bbe84728e9cb7701669362e2b) Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.182.bb')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.182.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.182.bb b/meta/recipes-devtools/elfutils/elfutils_0.182.bb
index 5f63662aff..8ce8ed6788 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.182.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.182.bb
@@ -22,6 +22,7 @@ SRC_URI = "https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2 \
22 file://run-ptest \ 22 file://run-ptest \
23 file://ptest.patch \ 23 file://ptest.patch \
24 file://0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch \ 24 file://0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch \
25 file://0001-add-support-for-ipkg-to-debuginfod.cxx.patch \
25 " 26 "
26SRC_URI_append_libc-musl = " \ 27SRC_URI_append_libc-musl = " \
27 file://0001-musl-obstack-fts.patch \ 28 file://0001-musl-obstack-fts.patch \