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/gstreamer/gstreamer1.0_1.4.1.bb | |
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/gstreamer/gstreamer1.0_1.4.1.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.1.bb new file mode 100644 index 0000000000..56fc4f2083 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.1.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | include gstreamer1.0.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \ | ||
4 | file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d" | ||
5 | |||
6 | SRC_URI = " \ | ||
7 | http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \ | ||
8 | file://0001-Fix-crash-with-gst-inspect.patch \ | ||
9 | " | ||
10 | SRC_URI[md5sum] = "bd0938d680d657249b885162f310702d" | ||
11 | SRC_URI[sha256sum] = "5638f75003282135815c0077d491da11e9a884ad91d4ba6ab3cc78bae0fb452e" | ||
12 | S = "${WORKDIR}/gstreamer-${PV}" | ||
13 | |||