diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-07-05 19:10:00 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-11 15:57:08 +0100 |
commit | 0a672a74085dc3e8a7949fae8d564bc6f7a70124 (patch) | |
tree | 453fa1cdbec469184507b063f9c62a787496a928 /meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb | |
parent | 23df57b15097dc14f417aa23539dfc1e5265af16 (diff) | |
download | poky-0a672a74085dc3e8a7949fae8d564bc6f7a70124.tar.gz |
mpeg2dec: Fix textrels QA errors on arm
Fixes
WARNING: mpeg2dec-0.5.1-r0 do_package_qa: QA Issue: ELF binary '/mnt/a/oe/build/tmp/work/armv5te-bec-linux-musleabi/mpeg2dec/0.5.1-r0/packages-split/libmpeg2/usr/lib/libmpeg2.so.0.1.0' has relocations in .text [textrel]
(From OE-Core rev: bbcc5322d3d0eb9e87e78ec47e71e29860af39d7)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.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.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb b/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb index 8e995daa7c..7711c2dc10 100644 --- a/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb +++ b/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb | |||
@@ -7,7 +7,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
7 | file://include/mpeg2.h;beginline=1;endline=22;md5=7766f4fcb58f0f8413c49a746f2ab89b" | 7 | file://include/mpeg2.h;beginline=1;endline=22;md5=7766f4fcb58f0f8413c49a746f2ab89b" |
8 | 8 | ||
9 | SRC_URI = "http://libmpeg2.sourceforge.net/files/libmpeg2-${PV}.tar.gz \ | 9 | SRC_URI = "http://libmpeg2.sourceforge.net/files/libmpeg2-${PV}.tar.gz \ |
10 | file://altivec_h_needed.patch" | 10 | file://altivec_h_needed.patch \ |
11 | file://0001-check-for-available-arm-optimizations.patch \ | ||
12 | file://0002-Set-visibility-of-global-symbols-used-in-ARM-specifi.patch \ | ||
13 | " | ||
11 | 14 | ||
12 | S = "${WORKDIR}/libmpeg2-${PV}" | 15 | S = "${WORKDIR}/libmpeg2-${PV}" |
13 | 16 | ||