diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-02-17 15:49:15 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-20 14:28:11 +0000 |
commit | 5b1018a9e36bcc8013a69993a43cc081c7bda28b (patch) | |
tree | cc78cc6c650dc8bacefb7af62d433b51b0ccc017 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.3.bb | |
parent | 0ce3a21cc111ae209518baaaed49fd1840a44588 (diff) | |
download | ast2050-yocto-poky-5b1018a9e36bcc8013a69993a43cc081c7bda28b.zip ast2050-yocto-poky-5b1018a9e36bcc8013a69993a43cc081c7bda28b.tar.gz |
gstreamer1.0-plugins-base: upgrade to 1.2.3
- bugfix release.
(From OE-Core rev: f841837926bfbfc1a5d61465f9201621b213d2be)
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-base_1.2.3.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.3.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.3.bb new file mode 100644 index 0000000..4ef34cf --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.3.bb @@ -0,0 +1,9 @@ +include gstreamer1.0-plugins-base.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \ + file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607 \ + file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \ + " +SRC_URI[md5sum] = "17aeabfbcd232526f50c9bee375f1b97" +SRC_URI[sha256sum] = "61edec35c270f86928bad434bd059da4efff865d1ef01bcc64ecbd903625dae1" +S = "${WORKDIR}/gst-plugins-base-${PV}" |