]> code.ossystems Code Review - meta-freescale.git/commitdiff
libfslparser: fix mp3 parser installation
authorPhilip Craig <phil@blackmoth.com.au>
Fri, 5 Apr 2013 00:35:21 +0000 (00:35 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 5 Apr 2013 13:14:07 +0000 (10:14 -0300)
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>
meta-fsl-arm/recipes-multimedia/libfslparser/libfslparser_3.0.5.bb

index 4660dd47ad41f4f4746c75943b76d68c49f9547a..d53805af85336bef136081f884effcedd0de923d 100644 (file)
@@ -5,7 +5,7 @@ LICENSE = "Proprietary"
 SECTION = "multimedia"
 LIC_FILES_CHKSUM = "file://EULA.txt;md5=ea4d5c069d7aef0838a110409ea78a01"
 
-PR = "r1"
+PR = "r2"
 
 inherit fsl-eula-unpack autotools pkgconfig
 
@@ -13,11 +13,6 @@ SRC_URI[md5sum] = "9fd8105530e1668ae91bd53a5b0d9807"
 SRC_URI[sha256sum] = "d3139e28e453d2af04439e607cd12ad17e117144049c9a8add05a5a142c654ae"
 SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
 
-do_install_append() {
-       # FIXME: The only parser outside imx-mm/parse is the mp3 so move it
-       mv ${D}${libdir}/*mp3* ${D}${libdir}/imx-mm/parser/
-}
-
 python populate_packages_prepend() {
     # FIXME: All binaries lack GNU_HASH in elf binary but as we don't have
     # the source we cannot fix it. Disable the insane check for now.