diff options
author | Shane Wang <shane.wang@intel.com> | 2011-12-22 13:33:29 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-03 12:14:21 +0000 |
commit | 632cfd0173f7b90df9273aef2fc03ac0c89635c2 (patch) | |
tree | 0fe5a9bc58479b1fc7a15407a4a65815778f7384 /meta/recipes-multimedia/gstreamer | |
parent | 81a427d508a6f78b9f0a9a0b38aed1fa7e7055f4 (diff) | |
download | poky-632cfd0173f7b90df9273aef2fc03ac0c89635c2.tar.gz |
gst-plugins-bad: upgrade to 0.10.22
This patch is to upgrade gst-plugins-bad to 0.10.22.
One of the license files is removed because the file doesn't exist any more.
(From OE-Core rev: 7cfab069b0d5f87057c7a25f6d936471eecc6c19)
Signed-off-by: Shane Wang <shane.wang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb (renamed from meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.21.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.21.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb index a7023e3f82..ec067b8f37 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.21.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb | |||
@@ -4,12 +4,11 @@ LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+ " | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ |
5 | file://gst/tta/filters.h;beginline=12;endline=29;md5=629b0c7a665d155a6677778f4460ec06 \ | 5 | file://gst/tta/filters.h;beginline=12;endline=29;md5=629b0c7a665d155a6677778f4460ec06 \ |
6 | file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ | 6 | file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ |
7 | file://gst/qtmux/gstqtmuxmap.h;beginline=1;endline=19;md5=2da8f56a44697c1527c5a4bcf8d5d69b \ | ||
8 | file://gst/tta/crc32.h;beginline=12;endline=29;md5=71a904d99ce7ae0c1cf129891b98145c" | 7 | file://gst/tta/crc32.h;beginline=12;endline=29;md5=71a904d99ce7ae0c1cf129891b98145c" |
9 | 8 | ||
10 | DEPENDS += "gst-plugins-base libmusicbrainz tremor librsvg" | 9 | DEPENDS += "gst-plugins-base libmusicbrainz tremor librsvg" |
11 | 10 | ||
12 | PR = "r1" | 11 | PR = "r0" |
13 | 12 | ||
14 | inherit gettext | 13 | inherit gettext |
15 | 14 | ||
@@ -23,5 +22,5 @@ do_configure_prepend() { | |||
23 | rm ${S}/m4/lib-link.m4 || true | 22 | rm ${S}/m4/lib-link.m4 || true |
24 | } | 23 | } |
25 | 24 | ||
26 | SRC_URI[md5sum] = "f501336ab1d18d2565f47c36ce653a82" | 25 | SRC_URI[md5sum] = "9a2acee1f386f71247003d0d7090fb1c" |
27 | SRC_URI[sha256sum] = "422badacbda37ac33cb446c6751dabcd0b223c308dbb01024a34ded682fa47e3" | 26 | SRC_URI[sha256sum] = "d8f7102f43ffea076646427115ffdccb3975954f1e9367bd304f7ee01e12070c" |