summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/elfutils_0.177.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-09-08 16:23:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-15 17:49:47 +0100
commit7df9aa52446a031c10e84f321733a0e56f563e85 (patch)
treecf1e525efaeee81f7c06f173bd9fc531f4e92111 /meta/recipes-devtools/elfutils/elfutils_0.177.bb
parent53a7c9c6da894848cba0c3bf2ed93b7b268497ac (diff)
downloadopenembedded-core-contrib-7df9aa52446a031c10e84f321733a0e56f563e85.tar.gz
elfutils: Fix build on ppc/musl
musl relies on the pt_regs definitions from kernel ptrace headers Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.177.bb')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.177.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.177.bb b/meta/recipes-devtools/elfutils/elfutils_0.177.bb
index fcebb4b048..78c3791936 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.177.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.177.bb
@@ -31,6 +31,7 @@ SRC_URI = "https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2 \
file://debian/mips_cfi.patch \
file://debian/0001-fix-compile-failure-with-debian-patches.patch \
file://0001-skip-the-test-when-gcc-not-deployed.patch \
+ file://0001-ppc_initreg.c-Incliude-asm-ptrace.h-for-pt_regs-defi.patch \
file://run-ptest \
file://ptest.patch \
"