diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-04-28 16:47:28 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-30 16:39:09 +0100 |
commit | 42bd3d9ec554cd945219760925bc7eb6a36cc9de (patch) | |
tree | 5bd8bb5ae7e19a80495b6e9e34687bc967d07cea | |
parent | 943d593885bd050da342f90ae9656b8f07033d2d (diff) | |
download | poky-42bd3d9ec554cd945219760925bc7eb6a36cc9de.tar.gz |
gstreamer1.0: upgrade to 1.2.4
(From OE-Core rev: c904939011eeb087815f2f02b2faf3839aaf41b0)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0_1.2.4.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.2.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.2.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.2.4.bb index f2c1db505b..1204dd5fa3 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.2.3.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.2.4.bb | |||
@@ -7,7 +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 | SRC_URI[md5sum] = "8155b9c7574ccaa361cc504e8e0e72dc" | 10 | SRC_URI[md5sum] = "74d8f674187a5f0ddf38da594c3998c3" |
11 | SRC_URI[sha256sum] = "0f9a9817a384b3448c368c23345e5122435caef9c00f1c40d7b1953827b0d8eb" | 11 | SRC_URI[sha256sum] = "1e7ca67a7870a82c9ed51d51d0008cdbc550c41d64cc3ff3f9a1c2fc311b4929" |
12 | S = "${WORKDIR}/gstreamer-${PV}" | 12 | S = "${WORKDIR}/gstreamer-${PV}" |
13 | 13 | ||