aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/flac/flac_1.2.1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-11-19 11:22:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-19 15:18:04 +0000
commit9b5660ee0e507852a02ba5281b571f3e55dffc18 (patch)
tree3fea72245909ec51f8ae05b1fe266706166faa09 /meta/recipes-multimedia/flac/flac_1.2.1.bb
parent52d4c2cb6cd15f8ebaacc92ddf71274bf7a421d5 (diff)
downloadopenembedded-core-contrib-9b5660ee0e507852a02ba5281b571f3e55dffc18.tar.gz
flac: fix text relocations
The recent sanity checks were flagging: ELF binary '.../libFLAC.so.8.2.0' has relocations in .text This is caused by hand-written assembler being invoked badly. Apply a patch from upstream git that uses PIC instead of relocations. [ YOCTO: #3461 ] Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/flac/flac_1.2.1.bb')
-rw-r--r--meta/recipes-multimedia/flac/flac_1.2.1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/flac/flac_1.2.1.bb b/meta/recipes-multimedia/flac/flac_1.2.1.bb
index 6520b714d8..903de6dc9a 100644
--- a/meta/recipes-multimedia/flac/flac_1.2.1.bb
+++ b/meta/recipes-multimedia/flac/flac_1.2.1.bb
@@ -14,13 +14,14 @@ LIC_FILES_CHKSUM = "file://COPYING.FDL;md5=ad1419ecc56e060eccf8184a87c4285f \
file://include/FLAC/all.h;beginline=64;endline=69;md5=64474f2b22e9e77b28d8b8b25c983a48"
DEPENDS = "libogg"
-PR = "r2"
+PR = "r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/flac/flac-${PV}.tar.gz \
file://disable-xmms-plugin.patch \
file://flac-gcc43-fixes.patch \
file://xmms.m4 \
- file://0001-No-AltiVec-on-SPE.patch"
+ file://0001-No-AltiVec-on-SPE.patch \
+ file://asm-pic.patch"
SRC_URI[md5sum] = "153c8b15a54da428d1f0fadc756c22c7"
SRC_URI[sha256sum] = "9635a44bceb478bbf2ee8a785cf6986fba525afb5fad1fd4bba73cf71f2d3edf"