diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2016-04-28 21:06:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-06 10:31:11 +0100 |
commit | e9c85d5b99ec1841ff0d93f0812baa14d7c3d752 (patch) | |
tree | fdbcf09d90c0ec0c8c543093658353fc3a5a2bff /meta/recipes-multimedia/gstreamer/gstreamer1.0_1.8.1.bb | |
parent | c6394a56f71028982006a821190c538c095a12f5 (diff) | |
download | poky-e9c85d5b99ec1841ff0d93f0812baa14d7c3d752.tar.gz |
gstreamer1.0: upgrade to version 1.8.1
The gst-inspect patch no longer applies, and according to upstream, is
not needed.
(From OE-Core rev: 78ae58c25f8084aab3cba66c9c50b34341f45c3c)
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0_1.8.1.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0_1.8.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.8.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.8.1.bb new file mode 100644 index 0000000000..475ebf9d9e --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.8.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 | " | ||
9 | |||
10 | SRC_URI[md5sum] = "711ada79b63e47ac96adb4e5444dc908" | ||
11 | SRC_URI[sha256sum] = "5a3722fb9302dd977c17ced4240293dc777cb716dc98c8cca63d75c27e5e3107" | ||
12 | |||
13 | S = "${WORKDIR}/gstreamer-${PV}" | ||