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:39:08 +0100 |
commit | 7640444d1b947ae3d7b9b43f70bdb9798a38c5ae (patch) | |
tree | c9d9fb71d8136c096a6096bef692a193c45043fd /meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.1.bb | |
parent | 559bacdb178d3f4846de86f90c9428ee662b471a (diff) | |
download | openembedded-core-7640444d1b947ae3d7b9b43f70bdb9798a38c5ae.tar.gz openembedded-core-7640444d1b947ae3d7b9b43f70bdb9798a38c5ae.tar.bz2 openembedded-core-7640444d1b947ae3d7b9b43f70bdb9798a38c5ae.zip |
gstreamer1.0: upgrade to 1.4.1
bugfix release.
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 @@ +include gstreamer1.0.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \ + file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d" + +SRC_URI = " \ + http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \ + file://0001-Fix-crash-with-gst-inspect.patch \ +" +SRC_URI[md5sum] = "bd0938d680d657249b885162f310702d" +SRC_URI[sha256sum] = "5638f75003282135815c0077d491da11e9a884ad91d4ba6ab3cc78bae0fb452e" +S = "${WORKDIR}/gstreamer-${PV}" + |