FILES_${PN}-gplay = "${bindir}/gplay"
FILES_${PN}-libmfwsconf = "${libdir}/libmfwsconf${SOLIBS}"
FILES_${PN}-libgplaycore = "${libdir}/libgplaycore${SOLIBS}"
-
-# FIXME: The plugins look for the .so file, so add it here
-FILES_${PN}-libgstfsl = "${libdir}/libgstfsl-0.10${SOLIBS} ${libdir}/libgstfsl-0.10${SOLIBSDEV}"
-INSANE_SKIP_${PN}-libgstfsl = "dev-so"
-
+FILES_${PN}-libgstfsl = "${libdir}/libgstfsl-0.10${SOLIBS}"
FILES_${PN}-libme = "${libdir}/libme${SOLIBS}"
FILES_${PN}-libgstbufmeta = "${libdir}/libgstbufmeta${SOLIBS}"
FILES_${PN}-libmfwba = "${libdir}/libmfwba${SOLIBS}"
--- /dev/null
+# Copyright (C) 2013 Freescale Semiconductor
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+require gst-fsl-plugin.inc
+
+EXTRA_OECONF += " CROSS_ROOT=${PKG_CONFIG_SYSROOT_DIR}"
+
+SRC_URI = "${FSL_MIRROR}/gst-fsl-plugins-${PV}.tar.gz"
+S = "${WORKDIR}/gst-fsl-plugins-${PV}"
+
+SRC_URI[md5sum] = "681a5e97d621eaa5b1bcca2597cd0152"
+SRC_URI[sha256sum] = "d1d194141c038ef72e7d4271355b2ef1a38bf5d110e93101609ab422596167df"
+
+COMPATIBLE_MACHINE = "(mx28|mx5|mx6)"
+++ /dev/null
-# Copyright (C) 2013 Freescale Semiconductor
-# Released under the MIT license (see COPYING.MIT for the terms)
-
-require gst-fsl-plugin.inc
-
-# FIXME: Inspecting the source code the content is in fact 3.0.9
-SRC_URI = "${FSL_MIRROR}/gst-fsl-plugins-3.10.9-1.0.0.tar.gz \
- file://remove-GST_INFO-in-mfw_gst_utils.h.patch \
- file://makefile.am-fix-aac-for-imx6.patch \
- file://configure.ac-Fix-checking-for-include-headers-in-mul.patch"
-
-SRC_URI[md5sum] = "a338a5c25225c765ae5f44af82fe7413"
-SRC_URI[sha256sum] = "e809daa0cd60381f05a79f34a53305a5ee53bfed22192a1cda6d998acc84a6fd"
-
-S = "${WORKDIR}/gst-fsl-plugins-3.10.9-1.0.0"
-
-COMPATIBLE_MACHINE = "(mx28|mx5|mx6)"