summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-07-19 23:16:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-20 12:04:24 +0100
commit190531943ab43758f83ff021caef1f68dbdc3840 (patch)
tree1a5826942411ac07f35ff26311428268e657de4b /meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb
parent69b0f94c117b3ab922e0061255a1814e69b16435 (diff)
downloadopenembedded-core-contrib-190531943ab43758f83ff021caef1f68dbdc3840.tar.gz
mpeg2dec: Fix PIE build and avoid relocation in text section on ARM
This a backport from upstream Fixes package_qa on arm ERROR: QA Issue: ELF binary 'TOPDIR/build/tmpfs/work/armv7vet2hf-neon-yoe-linux-gnueabi/mpeg2dec/0.5.1-r0/packages-split/libmpeg2/usr/lib/libmpeg2.so.0.1.0' has relocations in .text [textrel] Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb')
-rw-r--r--meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb b/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb
index 6b59d4f681..00ca3675ca 100644
--- a/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb
+++ b/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb
@@ -11,6 +11,7 @@ SRC_URI = "http://libmpeg2.sourceforge.net/files/libmpeg2-${PV}.tar.gz \
file://0001-check-for-available-arm-optimizations.patch \
file://0002-Set-visibility-of-global-symbols-used-in-ARM-specifi.patch \
file://61_global-symbol-test.patch \
+ file://0001-Import-revision-1206-from-upstream-to-fix-PIE-build.patch \
"
S = "${WORKDIR}/libmpeg2-${PV}"