diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-02-17 15:42:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-20 14:28:11 +0000 |
commit | 0ce3a21cc111ae209518baaaed49fd1840a44588 (patch) | |
tree | 1b91182e03f44d6b00a17e19656c8de9d54a17aa /meta/recipes-multimedia | |
parent | 80b1ddcfca91766a83c0e620784361f3124c72e6 (diff) | |
download | poky-0ce3a21cc111ae209518baaaed49fd1840a44588.tar.gz |
gstreamer1.0: upgrade to 1.2.3
- bugfix release.
(From OE-Core rev: 2576324d961334f63ba3fb975bab3088205ea21b)
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>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0_1.2.3.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.2.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.2.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.2.3.bb index 07357d3c65..f2c1db505b 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.2.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.2.3.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] = "4293ca4d8333690d5acdffe3ad354924" | 10 | SRC_URI[md5sum] = "8155b9c7574ccaa361cc504e8e0e72dc" |
11 | SRC_URI[sha256sum] = "b9f12137ab663edc6c37429b38ca7911074b9c2a829267fe855d4e57d916a0b6" | 11 | SRC_URI[sha256sum] = "0f9a9817a384b3448c368c23345e5122435caef9c00f1c40d7b1953827b0d8eb" |
12 | S = "${WORKDIR}/gstreamer-${PV}" | 12 | S = "${WORKDIR}/gstreamer-${PV}" |
13 | 13 | ||