diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2017-01-31 22:03:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-05 09:22:17 +0000 |
commit | 51481fe9bbfb07271317824eac3044be6cab297c (patch) | |
tree | 8c2052751aa07d7361ef54967c0406ce81663521 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.10.3.bb | |
parent | 497558512a25c920212e9198fb32ab501733dca9 (diff) | |
download | poky-51481fe9bbfb07271317824eac3044be6cab297c.tar.gz |
gstreamer: update to 1.10.3
New bugfix release:
* updated version/checksums
* removed 1 patch in -good which was merged upstream
(From OE-Core rev: f61cdef0a8b2771225c6bc86881a16f8ef747983)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.10.3.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.10.3.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.10.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.10.3.bb new file mode 100644 index 0000000000..87d5ba2686 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.10.3.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require gstreamer1.0-plugins-ugly.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | ||
4 | file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068" | ||
5 | |||
6 | SRC_URI = " \ | ||
7 | http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \ | ||
8 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ | ||
9 | " | ||
10 | SRC_URI[md5sum] = "198b7a8eff3e0206d3b5660389df83ef" | ||
11 | SRC_URI[sha256sum] = "c91597d03abff9df435ad4892eae44df1ee14159c7cc7317ac9d2766ff446bd2" | ||
12 | |||
13 | S = "${WORKDIR}/gst-plugins-ugly-${PV}" | ||