summaryrefslogtreecommitdiff
path: root/recipes-devtools/elfutils/elfutils_0.170.bbappend
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-05-23 01:41:37 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-05-23 01:43:26 +0200
commitfeec808563c1ebcb0904982c8b385367e12268da (patch)
tree30c928e5a6ebc24d851e0000634b295de01c51c4 /recipes-devtools/elfutils/elfutils_0.170.bbappend
parent80a7a08f5cfc057aca9c8c1653bdbe778d4a50ef (diff)
elfutils: Fix gcc compile time alignment errors
Allow devtool to organize the SRC_URI Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry-picked from openembedded-core commit 49aae1d75ff1c6a9643c30a8cc5776a2ffa83dd3)
Diffstat (limited to 'recipes-devtools/elfutils/elfutils_0.170.bbappend')
-rw-r--r--recipes-devtools/elfutils/elfutils_0.170.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-devtools/elfutils/elfutils_0.170.bbappend b/recipes-devtools/elfutils/elfutils_0.170.bbappend
new file mode 100644
index 0000000..08957a2
--- /dev/null
+++ b/recipes-devtools/elfutils/elfutils_0.170.bbappend
@@ -0,0 +1,6 @@
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/elfutils:"
+
+SRC_URI += " \
+ file://0001-Ensure-that-packed-structs-follow-the-gcc-memory-lay.patch \
+"