diff options
author | Shane Wang <shane.wang@intel.com> | 2012-03-14 12:20:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-21 12:40:06 +0000 |
commit | 5205af02970fbbf7c2f9b945f38685e0ef283d6a (patch) | |
tree | 40ea10a15cb9647f638ddea70b60223411967d2b | |
parent | 8631db2811a2d51a76a1d76ace425c55fc1858ac (diff) | |
download | openembedded-core-5205af02970fbbf7c2f9b945f38685e0ef283d6a.tar.gz openembedded-core-5205af02970fbbf7c2f9b945f38685e0ef283d6a.tar.bz2 openembedded-core-5205af02970fbbf7c2f9b945f38685e0ef283d6a.zip |
libvorbis: upgrade to 1.3.3
Signed-off-by: Shane Wang <shane.wang@intel.com>
-rw-r--r-- | meta/recipes-multimedia/libvorbis/libvorbis_1.3.3.bb (renamed from meta/recipes-multimedia/libvorbis/libvorbis_1.3.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.2.bb b/meta/recipes-multimedia/libvorbis/libvorbis_1.3.3.bb index 5961d9dfee..e846a6381f 100644 --- a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.2.bb +++ b/meta/recipes-multimedia/libvorbis/libvorbis_1.3.3.bb @@ -14,8 +14,8 @@ PR = "r0" SRC_URI = "http://downloads.xiph.org/releases/vorbis/libvorbis-${PV}.tar.gz" -SRC_URI[md5sum] = "c870b9bd5858a0ecb5275c14486d9554" -SRC_URI[sha256sum] = "eeb4dcada143846dfba760d982954a02f82e08845cbc33871f5dac547b8b6124" +SRC_URI[md5sum] = "6b1a36f0d72332fae5130688e65efe1f" +SRC_URI[sha256sum] = "6d747efe7ac4ad249bf711527882cef79fb61d9194c45b5ca5498aa60f290762" inherit autotools pkgconfig |