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 | |
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')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 2 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.9.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.7.bb) | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc index 68bc9f11ab..19b16cafa4 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | |||
@@ -5,8 +5,6 @@ LICENSE = "GPLv2+ & LGPLv2.1+" | |||
5 | # libid3tag | 5 | # libid3tag |
6 | DEPENDS += "gstreamer1.0-plugins-base gconf zlib bzip2" | 6 | DEPENDS += "gstreamer1.0-plugins-base gconf zlib bzip2" |
7 | 7 | ||
8 | PR = "r1" | ||
9 | |||
10 | inherit gettext gconf | 8 | inherit gettext gconf |
11 | 9 | ||
12 | 10 | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.7.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.9.bb index b2bcd44a4a..1b65b7da64 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.7.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.9.bb | |||
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | |||
4 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=622921ffad8cb18ab906c56052788a3f \ | 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" | 5 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "e4b1c825475a9b478fe29e8e9f34516f" | 7 | SRC_URI[md5sum] = "20bb77f201b044f4ba61de167c4466d7" |
8 | SRC_URI[sha256sum] = "a016a3b377c86658627aef902b9204108209100b2e88fcc3b695c392af1b4035" | 8 | SRC_URI[sha256sum] = "cfa2e617a76f93e9ddd4ae1109297e93fb4a06b152042b996231234a72c5a5ff" |
9 | 9 | ||
10 | S = "${WORKDIR}/gst-plugins-good-${PV}" | 10 | S = "${WORKDIR}/gst-plugins-good-${PV}" |
11 | 11 | ||