diff options
author | Ross Burton <ross.burton@intel.com> | 2014-12-30 18:04:03 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 08:18:31 +0000 |
commit | 6ddece80afc84357854d515f2c2ac39b5c766901 (patch) | |
tree | 7b9d8ff7904f346220705051a8b8b416299f9440 | |
parent | 3b8ad35382d66fbca4b30d72a8ce56dd12456595 (diff) | |
download | openembedded-core-6ddece80afc84357854d515f2c2ac39b5c766901.tar.gz openembedded-core-6ddece80afc84357854d515f2c2ac39b5c766901.tar.bz2 openembedded-core-6ddece80afc84357854d515f2c2ac39b5c766901.zip |
gstreamer1.0-plugins-ugly: upgrade to 1.4.5
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.4.5.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.4.1.bb) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.4.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.4.5.bb index 6d63ba62d4..25cb28c060 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.4.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.4.5.bb @@ -2,7 +2,9 @@ include gstreamer1.0-plugins-ugly.inc LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068 " -SRC_URI[md5sum] = "316974af949ca4654efee704a0164076" -SRC_URI[sha256sum] = "25440435ac4ed795d213f2420a0e7355e4a2e2e76d1f9d020b2073f815e8b071" + +SRC_URI[md5sum] = "6954beed7bb9a93e426dee543ff46393" +SRC_URI[sha256sum] = "5cd5e81cf618944f4dc935f1669b2125e8bb2fe9cc7dc8dc15b72237aca49067" + S = "${WORKDIR}/gst-plugins-ugly-${PV}" |