diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2015-11-05 09:32:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:39:35 +0000 |
commit | bce06e751a4ab7ca9a90bfab41643a4a446d0e99 (patch) | |
tree | 517bece5c08b029e82fca69a7dd648d7e31cf368 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.6.1.bb | |
parent | 0ec3c62b4291631c0a5856cbbb141381ad872091 (diff) | |
download | poky-bce06e751a4ab7ca9a90bfab41643a4a446d0e99.tar.gz |
gstreamer1.0-plugins-ugly: upgrade to version 1.6.1
(From OE-Core rev: dac60a424e30b1a24ec3767a84f49eb8ffbadf48)
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.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.6.1.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.6.1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.6.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.6.1.bb new file mode 100644 index 0000000000..635a0a01cc --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.6.1.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | include 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[md5sum] = "2c20faa2406afb840699e97e913d8fb4" | ||
7 | SRC_URI[sha256sum] = "0cc3f90e4322efe1f774272e8fe5c185be37cf7999cd5ca7e0e0607e03d56a57" | ||
8 | |||
9 | S = "${WORKDIR}/gst-plugins-ugly-${PV}" | ||
10 | |||