diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-08-01 16:56:53 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-06 12:39:55 +0100 |
commit | 44a4523cf65bc179b7ab788031c57c73ec9c0f5e (patch) | |
tree | 5b9cce748f7c2b410b9f696b10ec50b1d52f738e /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.9.bb | |
parent | 0fe36185cc85f0151973f0f93d302062bc26c51a (diff) | |
download | poky-44a4523cf65bc179b7ab788031c57c73ec9c0f5e.tar.gz |
gstreamer1.0-plugins-good: upgrade to v1.0.9
(From OE-Core rev: 886e4ad191853aa150f48a28ae4b3454b8a4c322)
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-good_1.0.9.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.9.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.9.bb new file mode 100644 index 0000000000..1b65b7da64 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.9.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | include gstreamer1.0-plugins-good.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | ||
4 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=622921ffad8cb18ab906c56052788a3f \ | ||
5 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" | ||
6 | |||
7 | SRC_URI[md5sum] = "20bb77f201b044f4ba61de167c4466d7" | ||
8 | SRC_URI[sha256sum] = "cfa2e617a76f93e9ddd4ae1109297e93fb4a06b152042b996231234a72c5a5ff" | ||
9 | |||
10 | S = "${WORKDIR}/gst-plugins-good-${PV}" | ||
11 | |||