diff options
author | Shane Wang <shane.wang@intel.com> | 2012-03-14 16:22:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-21 12:40:08 +0000 |
commit | b42e6dbd4c3a780fd9221097b1719a1d62ce4284 (patch) | |
tree | 9f1fd7a6f31ea8c0c79f3b2cde931d0c2fb5df46 /meta/recipes-multimedia/gstreamer | |
parent | 42159daa98d17b301c1f64ef61c30c5fbd2a1f4c (diff) | |
download | openembedded-core-b42e6dbd4c3a780fd9221097b1719a1d62ce4284.tar.gz openembedded-core-b42e6dbd4c3a780fd9221097b1719a1d62ce4284.tar.bz2 openembedded-core-b42e6dbd4c3a780fd9221097b1719a1d62ce4284.zip |
gst-plugins-ugly: upgrade to 0.10.19
Signed-off-by: Shane Wang <shane.wang@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb (renamed from meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.18.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.18.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb index 7f87cd3b8a..233778d4cf 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.18.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ file://gst/mpegstream/gstmpegparse.h;beginline=1;endline=18;md5=ff65467b0c53cdfa98d0684c1bc240a9" DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" -PR = "r1" +PR = "r0" inherit gettext @@ -19,5 +19,5 @@ do_configure_prepend() { rm ${S}/m4/lib-link.m4 || true } -SRC_URI[md5sum] = "04a7009a4efea2844075949c111f5e4d" -SRC_URI[sha256sum] = "f9c16748cd9269fae86422d8254a579fa6db073797a5a19a9dc5c72cd66c8e14" +SRC_URI[md5sum] = "1d81c593e22a6cdf0f2b4f57eae93df2" +SRC_URI[sha256sum] = "1ca90059275c0f5dca71d4d1601a8f429b7852baed0723e820703b977e2c8df0" |