diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-08-02 18:11:05 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-06 12:39:56 +0100 |
commit | a772e063ba28b30db100bd04d394e6278e2fb111 (patch) | |
tree | e2c4a42b9e74df6a38c7cc3c801c5af096538f9e /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.9.bb | |
parent | e47145712b7c1e371d3493c53d5e5c98d322e704 (diff) | |
download | poky-a772e063ba28b30db100bd04d394e6278e2fb111.tar.gz |
gstreamer1.0-plugins-bad: upgrade to v1.0.9
(From OE-Core rev: d0fa44fab723f5082d7ceb9902987abadd676ace)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.9.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.9.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.9.bb new file mode 100644 index 0000000000..9ce7991028 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.9.bb | |||
@@ -0,0 +1,12 @@ | |||
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=71a904d99ce7ae0c1cf129891b98145c" | ||
7 | |||
8 | SRC_URI[md5sum] = "569e5122fd7bfd7bd861a537f0a28c60" | ||
9 | SRC_URI[sha256sum] = "69d236b1d8188270a3f51f6710146d0ca63c2f1a9f6cfbab3399ef01b9498f75" | ||
10 | |||
11 | S = "${WORKDIR}/gst-plugins-bad-${PV}" | ||
12 | |||