diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-08-29 21:53:43 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-31 23:40:46 +0100 |
commit | 987fcaacb297773f2508a08c8f3f93b47267ddf2 (patch) | |
tree | 6142a4f61b658cf48513fd317c6a0d477e67fbf5 /meta/recipes-multimedia | |
parent | 37fbf2ba7729731a3075c3df85f4d5dd9c1bd960 (diff) | |
download | poky-987fcaacb297773f2508a08c8f3f93b47267ddf2.tar.gz |
gstreamer1.0: upgrade to 1.4.1
bugfix release.
(From OE-Core rev: 7640444d1b947ae3d7b9b43f70bdb9798a38c5ae)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.1.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.0.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.1.bb index a958064e17..56fc4f2083 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.1.bb | |||
@@ -7,8 +7,7 @@ SRC_URI = " \ | |||
7 | http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \ | 7 | http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \ |
8 | file://0001-Fix-crash-with-gst-inspect.patch \ | 8 | file://0001-Fix-crash-with-gst-inspect.patch \ |
9 | " | 9 | " |
10 | 10 | SRC_URI[md5sum] = "bd0938d680d657249b885162f310702d" | |
11 | SRC_URI[md5sum] = "594c0c06eaace9b9d3bad010de1bdfae" | 11 | SRC_URI[sha256sum] = "5638f75003282135815c0077d491da11e9a884ad91d4ba6ab3cc78bae0fb452e" |
12 | SRC_URI[sha256sum] = "23c39fdc2b24f889b07cab0449825384fef7592a121e180729fd9025ec45c695" | ||
13 | S = "${WORKDIR}/gstreamer-${PV}" | 12 | S = "${WORKDIR}/gstreamer-${PV}" |
14 | 13 | ||