summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.6.bb (renamed from recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb)14
1 files changed, 5 insertions, 9 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.6.bb
index 0e4d6bfd..afc380da 100644
--- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb
+++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.6.bb
@@ -27,8 +27,8 @@ SRC_URI = " \
27 ${FSL_MIRROR}/imx-gst1.0-plugin-${PV}.tar.gz \ 27 ${FSL_MIRROR}/imx-gst1.0-plugin-${PV}.tar.gz \
28" 28"
29 29
30SRC_URI[md5sum] = "427c2db85f1eb70d003380c248fb9b41" 30SRC_URI[md5sum] = "8c939f68b7d7ce8659618bd34b93a508"
31SRC_URI[sha256sum] = "b71a5800aad72e7fa3b9e19b3473ea6870c426412baa5030e2f9817c294db820" 31SRC_URI[sha256sum] = "fcd5b8536758c50491c80ed26e86770fe17f29744ab4ccba1e5ca1c475a209c3"
32 32
33S = "${WORKDIR}/imx-gst1.0-plugin-${PV}" 33S = "${WORKDIR}/imx-gst1.0-plugin-${PV}"
34 34
@@ -36,8 +36,7 @@ inherit autotools pkgconfig
36 36
37# Make sure kernel sources are available 37# Make sure kernel sources are available
38do_configure[depends] += "virtual/kernel:do_shared_workdir" 38do_configure[depends] += "virtual/kernel:do_shared_workdir"
39PLATFORM_mx6dl = "MX6" 39PLATFORM_mx6 = "MX6"
40PLATFORM_mx6q = "MX6"
41PLATFORM_mx6sl = "MX6SL" 40PLATFORM_mx6sl = "MX6SL"
42PLATFORM_mx6sx = "MX6SX" 41PLATFORM_mx6sx = "MX6SX"
43PLATFORM_mx6ul = "MX6UL" 42PLATFORM_mx6ul = "MX6UL"
@@ -57,10 +56,7 @@ BEEP_RDEPENDS = "imx-codec-aac imx-codec-mp3 imx-codec-oggvorbis"
57RDEPENDS_${PN} += "imx-parser ${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux " 56RDEPENDS_${PN} += "imx-parser ${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux "
58 57
59PACKAGECONFIG ?= "" 58PACKAGECONFIG ?= ""
60PACKAGECONFIG_mx6dl = "overlaysink" 59PACKAGECONFIG_mx6 = "overlaysink"
61PACKAGECONFIG_mx6q = "overlaysink"
62PACKAGECONFIG_mx6sl = "overlaysink"
63PACKAGECONFIG_mx6sx = "overlaysink"
64 60
65 61
66# FIXME: Add all features 62# FIXME: Add all features
@@ -86,4 +82,4 @@ FILES_${PN}-grecorder = "${bindir}/grecorder-1.0"
86FILES_${PN}-librecorder-engine = "${libdir}/librecorder_engine-1.0${SOLIBS}" 82FILES_${PN}-librecorder-engine = "${libdir}/librecorder_engine-1.0${SOLIBS}"
87FILES_${PN}-libplayengine = "${libdir}/libplayengine-1.0${SOLIBS}" 83FILES_${PN}-libplayengine = "${libdir}/libplayengine-1.0${SOLIBS}"
88 84
89COMPATIBLE_MACHINE = "(mx6dl|mx6q|mx6sl|mx6sx|mx6ul|mx6ull|mx7d)" 85COMPATIBLE_MACHINE = "(mx6|mx6ul|mx6ull|mx7d)"