diff options
-rw-r--r-- | recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb (renamed from recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.0.9.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.0.9.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb index 19259d19..5b22f466 100644 --- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.0.9.bb +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "Gstreamer freescale plugins" | |||
6 | LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1" | 6 | LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1" |
7 | SECTION = "multimedia" | 7 | SECTION = "multimedia" |
8 | 8 | ||
9 | DEPENDS = "imx-codec imx-parser virtual/kernel gstreamer1.0 gstreamer1.0-plugins-base" | 9 | DEPENDS = "imx-codec imx-parser virtual/kernel gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" |
10 | DEPENDS_append_mx6q = " imx-lib imx-vpu imx-vpuwrap" | 10 | DEPENDS_append_mx6q = " imx-lib imx-vpu imx-vpuwrap" |
11 | DEPENDS_append_mx6dl = " imx-lib imx-vpu imx-vpuwrap" | 11 | DEPENDS_append_mx6dl = " imx-lib imx-vpu imx-vpuwrap" |
12 | DEPENDS_append_mx6sl = " imx-lib" | 12 | DEPENDS_append_mx6sl = " imx-lib" |
@@ -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 | ||
30 | SRC_URI[md5sum] = "56fc7d4fcbad0ba14739b668793fcf2c" | 30 | SRC_URI[md5sum] = "427c2db85f1eb70d003380c248fb9b41" |
31 | SRC_URI[sha256sum] = "4ab74e3660a56c5a79c714b820bb1ce8dd1db5d66c92529b5378bb211cf25896" | 31 | SRC_URI[sha256sum] = "b71a5800aad72e7fa3b9e19b3473ea6870c426412baa5030e2f9817c294db820" |
32 | 32 | ||
33 | S = "${WORKDIR}/imx-gst1.0-plugin-${PV}" | 33 | S = "${WORKDIR}/imx-gst1.0-plugin-${PV}" |
34 | 34 | ||