diff options
author | Philip Craig <phil@blackmoth.com.au> | 2013-04-05 00:35:21 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-05 10:14:07 -0300 |
commit | 651e14b90a520385021c74b60bd439209fdfddc7 (patch) | |
tree | 86e67de36a494bd8ce55056931431e40ac5d1c29 | |
parent | 44d74265c71428f08d66e9bfa2aa76d7eab290e6 (diff) | |
download | meta-fsl-arm-651e14b90a520385021c74b60bd439209fdfddc7.tar.gz |
libfslparser: fix mp3 parser installation
The mp3dec plugin needs to find the mp3 parser in /usr/lib, otherwise
it cannot load:
(gst-plugin-scanner:2636): GStreamer-WARNING **: Failed to load plugin
'/usr/lib/gstreamer-0.10/libmfw_gst_mp3dec.so':
lib_mp3_parser_arm11_elinux.so.3.1: cannot open shared object file: No
such file or directory
This is different from the other parsers, which the aiur_demux plugin
loads using dlopen() after reading their location from
/usr/share/aiur_registry.arm11.cf
Signed-off-by: Philip Craig <phil@blackmoth.com.au>
-rw-r--r-- | recipes-multimedia/libfslparser/libfslparser_3.0.5.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes-multimedia/libfslparser/libfslparser_3.0.5.bb b/recipes-multimedia/libfslparser/libfslparser_3.0.5.bb index 4660dd4..d53805a 100644 --- a/recipes-multimedia/libfslparser/libfslparser_3.0.5.bb +++ b/recipes-multimedia/libfslparser/libfslparser_3.0.5.bb | |||
@@ -5,7 +5,7 @@ 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=ea4d5c069d7aef0838a110409ea78a01" |
7 | 7 | ||
8 | PR = "r1" | 8 | PR = "r2" |
9 | 9 | ||
10 | inherit fsl-eula-unpack autotools pkgconfig | 10 | inherit fsl-eula-unpack autotools pkgconfig |
11 | 11 | ||
@@ -13,11 +13,6 @@ SRC_URI[md5sum] = "9fd8105530e1668ae91bd53a5b0d9807" | |||
13 | SRC_URI[sha256sum] = "d3139e28e453d2af04439e607cd12ad17e117144049c9a8add05a5a142c654ae" | 13 | SRC_URI[sha256sum] = "d3139e28e453d2af04439e607cd12ad17e117144049c9a8add05a5a142c654ae" |
14 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" | 14 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" |
15 | 15 | ||
16 | do_install_append() { | ||
17 | # FIXME: The only parser outside imx-mm/parse is the mp3 so move it | ||
18 | mv ${D}${libdir}/*mp3* ${D}${libdir}/imx-mm/parser/ | ||
19 | } | ||
20 | |||
21 | python populate_packages_prepend() { | 16 | python populate_packages_prepend() { |
22 | # FIXME: All binaries lack GNU_HASH in elf binary but as we don't have | 17 | # FIXME: All binaries lack GNU_HASH in elf binary but as we don't have |
23 | # the source we cannot fix it. Disable the insane check for now. | 18 | # the source we cannot fix it. Disable the insane check for now. |