diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-08-29 21:53:47 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-31 23:40:46 +0100 |
commit | 797c793e80fa0cbeadc7e44753bae1f8129aaf12 (patch) | |
tree | cb5c8cac2430b38f82c3be4228f20526fe1bf167 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bb | |
parent | 2173b1bcf00be61b6fb4c9941af89796b2246e20 (diff) | |
download | poky-797c793e80fa0cbeadc7e44753bae1f8129aaf12.tar.gz |
gstreamer1.0-plugins-bad: upgrade to 1.4.1
Bugfix release.
(From OE-Core rev: 8fbdb1d64dd469624004cc82660a25b98f44dee0)
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-plugins-bad_1.4.0.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bb deleted file mode 100644 index ff92f097f4..0000000000 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | include gstreamer1.0-plugins-bad.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \ | ||
4 | file://gst/tta/filters.h;beginline=12;endline=29;md5=8a08270656f2f8ad7bb3655b83138e5a \ | ||
5 | file://COPYING.LIB;md5=21682e4e8fea52413fd26c60acb907e5 \ | ||
6 | file://gst/tta/crc32.h;beginline=12;endline=29;md5=27db269c575d1e5317fffca2d33b3b50" | ||
7 | |||
8 | SRC_URI += "file://0001-gl-do-not-check-for-GL-GLU-EGL-GLES2-libs-if-disable.patch" | ||
9 | |||
10 | SRC_URI[md5sum] = "3bc0fcfe8d16ad1295f0454c1fcb4ba3" | ||
11 | SRC_URI[sha256sum] = "ff2cb754f7725b205aec66002b1406e440f3a03194b6cad2d126ef5cd00902f9" | ||
12 | S = "${WORKDIR}/gst-plugins-bad-${PV}" | ||
13 | |||