diff options
author | Ross Burton <ross.burton@intel.com> | 2014-12-30 18:03:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 17:04:43 +0000 |
commit | 8c42ad47b72586ec614c2dcfc42a69d567ae2390 (patch) | |
tree | 2434bf8b5e732738eb39c13e22d030515490779d /meta/recipes-multimedia | |
parent | 4477069b64f89fc60b0e6442370d290c4a5b30fc (diff) | |
download | poky-8c42ad47b72586ec614c2dcfc42a69d567ae2390.tar.gz |
gstreamer1.0: upgrade to 1.4.5
(From OE-Core rev: 4661628f9e818a637adba646c81d18cb570f1772)
Signed-off-by: Ross Burton <ross.burton@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.5.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.1.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.5.bb index 56fc4f2083..94be84618e 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.5.bb | |||
@@ -7,7 +7,8 @@ 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] = "bd0938d680d657249b885162f310702d" | 10 | SRC_URI[md5sum] = "88a9289c64a4950ebb4f544980234289" |
11 | SRC_URI[sha256sum] = "5638f75003282135815c0077d491da11e9a884ad91d4ba6ab3cc78bae0fb452e" | 11 | SRC_URI[sha256sum] = "40801aa7f979024526258a0e94707ba42b8ab6f7d2206e56adbc4433155cb0ae" |
12 | |||
12 | S = "${WORKDIR}/gstreamer-${PV}" | 13 | S = "${WORKDIR}/gstreamer-${PV}" |
13 | 14 | ||