diff options
| author | Lauren Post <lauren.post@freescale.com> | 2013-10-01 12:22:08 -0500 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-11-05 16:05:54 -0200 |
| commit | c5a7e1521a95033e4da15c446991074ca109991f (patch) | |
| tree | d300c8bfcef2a82f6e06f84605fcc39b4cd5a483 /meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec.inc | |
| parent | 7f2a98558baa5ddaee27b657a529e0449e9ac197 (diff) | |
| download | meta-freescale-c5a7e1521a95033e4da15c446991074ca109991f.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 'meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec.inc')
| -rw-r--r-- | meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec.inc b/meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec.inc index ad44eb10e..e787d3ad5 100644 --- a/meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec.inc +++ b/meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec.inc | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | DESCRIPTION = "Freescale Multimedia codec libs" | 3 | DESCRIPTION = "Freescale Multimedia codec libs" |
| 4 | LICENSE = "Proprietary" | 4 | LICENSE = "Proprietary" |
| 5 | SECTION = "multimedia" | 5 | SECTION = "multimedia" |
| 6 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=ea4d5c069d7aef0838a110409ea78a01" | 6 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=93b784b1c11b3fffb1638498a8dde3f6" |
| 7 | 7 | ||
| 8 | inherit fsl-eula-unpack autotools pkgconfig | 8 | inherit 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() { | |||
| 58 | FILES_${PN} = "" | 59 | FILES_${PN} = "" |
| 59 | 60 | ||
| 60 | FILES_${PN}-dev += "${libdir}/imx-mm/*/*${SOLIBSDEV} \ | 61 | FILES_${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 |
| 64 | FILES_${PN}-oggvorbis += "${libdir}/imx-mm/audio-codec/wrap/lib_vorbisd_wrap_arm*_elinux.so.*" | 66 | FILES_${PN}-oggvorbis += "${libdir}/imx-mm/audio-codec/wrap/lib_vorbisd_wrap_arm*_elinux.so.*" |
