summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/libfslcodec/libfslcodec.inc
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2013-10-01 12:22:08 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2013-11-06 11:27:16 -0200
commit8724b3dfa48e65f3c08b5a3c237a104c112d3f06 (patch)
treeb5fb7a84f2e508317c8880212e1d470cd07a70b8 /recipes-multimedia/libfslcodec/libfslcodec.inc
parentcd1948c31b4d082cc58713e5fb93b33c3a064c39 (diff)
downloadmeta-fsl-arm-8724b3dfa48e65f3c08b5a3c237a104c112d3f06.tar.gz
libfslcodec: Update to 3.0.9
Released with 3.10.9-1.0.0 release Change-Id: I1fd4fd1e3eb7dad5196c58ccfa71501954ecae20 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/libfslcodec/libfslcodec.inc')
-rw-r--r--recipes-multimedia/libfslcodec/libfslcodec.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-multimedia/libfslcodec/libfslcodec.inc b/recipes-multimedia/libfslcodec/libfslcodec.inc
index ad44eb1..e787d3a 100644
--- a/recipes-multimedia/libfslcodec/libfslcodec.inc
+++ b/recipes-multimedia/libfslcodec/libfslcodec.inc
@@ -3,7 +3,7 @@
3DESCRIPTION = "Freescale Multimedia codec libs" 3DESCRIPTION = "Freescale Multimedia codec libs"
4LICENSE = "Proprietary" 4LICENSE = "Proprietary"
5SECTION = "multimedia" 5SECTION = "multimedia"
6LIC_FILES_CHKSUM = "file://EULA.txt;md5=ea4d5c069d7aef0838a110409ea78a01" 6LIC_FILES_CHKSUM = "file://EULA.txt;md5=93b784b1c11b3fffb1638498a8dde3f6"
7 7
8inherit fsl-eula-unpack autotools pkgconfig 8inherit fsl-eula-unpack autotools pkgconfig
9 9
@@ -44,8 +44,9 @@ python populate_packages_prepend() {
44 44
45 # FIXME: All binaries lack GNU_HASH in elf binary but as we don't have 45 # FIXME: All binaries lack GNU_HASH in elf binary but as we don't have
46 # the source we cannot fix it. Disable the insane check for now. 46 # the source we cannot fix it. Disable the insane check for now.
47 # FIXME: gst-fsl-plugin looks for the .so files so we need to deploy those
47 for p in d.getVar('PACKAGES', True).split(): 48 for p in d.getVar('PACKAGES', True).split():
48 d.setVar("INSANE_SKIP_%s" % p, "ldflags textrel") 49 d.setVar("INSANE_SKIP_%s" % p, "ldflags textrel dev-so")
49 d.setVar("DEBIAN_NOAUTONAME_%s" % p, "1") 50 d.setVar("DEBIAN_NOAUTONAME_%s" % p, "1")
50 51
51 # Allow addition of all codecs in a image; useful specially for 52 # Allow addition of all codecs in a image; useful specially for
@@ -58,7 +59,8 @@ python populate_packages_prepend() {
58FILES_${PN} = "" 59FILES_${PN} = ""
59 60
60FILES_${PN}-dev += "${libdir}/imx-mm/*/*${SOLIBSDEV} \ 61FILES_${PN}-dev += "${libdir}/imx-mm/*/*${SOLIBSDEV} \
61 ${libdir}/imx-mm/*/*/*${SOLIBSDEV}" 62 ${libdir}/imx-mm/*/*/*${SOLIBSDEV} \
63 ${libdir}/pkgconfig/*.pc ${includedir}/imx-mm/*"
62 64
63# FIXME: The wrap and lib names does not match 65# FIXME: The wrap and lib names does not match
64FILES_${PN}-oggvorbis += "${libdir}/imx-mm/audio-codec/wrap/lib_vorbisd_wrap_arm*_elinux.so.*" 66FILES_${PN}-oggvorbis += "${libdir}/imx-mm/audio-codec/wrap/lib_vorbisd_wrap_arm*_elinux.so.*"