summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
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
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')
-rw-r--r--recipes-multimedia/libfslcodec/libfslcodec.inc8
-rw-r--r--recipes-multimedia/libfslcodec/libfslcodec_3.0.8.bb13
-rw-r--r--recipes-multimedia/libfslcodec/libfslcodec_3.0.9.bb13
3 files changed, 18 insertions, 16 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.*"
diff --git a/recipes-multimedia/libfslcodec/libfslcodec_3.0.8.bb b/recipes-multimedia/libfslcodec/libfslcodec_3.0.8.bb
deleted file mode 100644
index cb105bf..0000000
--- a/recipes-multimedia/libfslcodec/libfslcodec_3.0.8.bb
+++ /dev/null
@@ -1,13 +0,0 @@
1# Copyright (C) 2013 Freescale Semiconductor
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4require libfslcodec.inc
5
6# FIXME: Inspecting the source code the content is in fact 3.0.8
7SRC_URI = "${FSL_MIRROR}/${PN}-3.5.7-1.0.0.bin;fsl-eula=true"
8S = "${WORKDIR}/${PN}-3.5.7-1.0.0"
9
10SRC_URI[md5sum] = "bfdae0e2c6f7355c370c9bb6cd3ab9f9"
11SRC_URI[sha256sum] = "657a1a67e26889efcecd8272a4420d88c0fc2a103d6551d0f126d8fe8c333a39"
12
13COMPATIBLE_MACHINE = "(mx28|mx5|mx6)"
diff --git a/recipes-multimedia/libfslcodec/libfslcodec_3.0.9.bb b/recipes-multimedia/libfslcodec/libfslcodec_3.0.9.bb
new file mode 100644
index 0000000..1cb84d1
--- /dev/null
+++ b/recipes-multimedia/libfslcodec/libfslcodec_3.0.9.bb
@@ -0,0 +1,13 @@
1# Copyright (C) 2013 Freescale Semiconductor
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4require libfslcodec.inc
5
6# FIXME: Inspecting the source code the content is in fact 3.0.9
7SRC_URI = "${FSL_MIRROR}/${PN}-3.10.9-1.0.0.bin;fsl-eula=true"
8S = "${WORKDIR}/${PN}-3.10.9-1.0.0"
9
10SRC_URI[md5sum] = "8fd6f1f4f7a504adfc27c1f73de554b4"
11SRC_URI[sha256sum] = "76a8a93d452db07e2531fbbc6dc1cbdf21943e6b3dfa1b2435faf5b356819f95"
12
13COMPATIBLE_MACHINE = "(mx28|mx5|mx6)"