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 13:03:40 +0000 |
commit | 704284ee0fc82e780db13613c0ccf75640a8c60d (patch) | |
tree | d4fc9572d9fb94e4a5bd02a6154b5cc7f0fc4f81 /meta/recipes-multimedia | |
parent | 14df794d21552fb8d75b7bf1f472d556fbb56e92 (diff) | |
download | poky-704284ee0fc82e780db13613c0ccf75640a8c60d.tar.gz |
libvorbis: upgrade to 1.3.3
(From OE-Core rev: 5205af02970fbbf7c2f9b945f38685e0ef283d6a)
Signed-off-by: Shane Wang <shane.wang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-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" | |||
14 | 14 | ||
15 | SRC_URI = "http://downloads.xiph.org/releases/vorbis/libvorbis-${PV}.tar.gz" | 15 | SRC_URI = "http://downloads.xiph.org/releases/vorbis/libvorbis-${PV}.tar.gz" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "c870b9bd5858a0ecb5275c14486d9554" | 17 | SRC_URI[md5sum] = "6b1a36f0d72332fae5130688e65efe1f" |
18 | SRC_URI[sha256sum] = "eeb4dcada143846dfba760d982954a02f82e08845cbc33871f5dac547b8b6124" | 18 | SRC_URI[sha256sum] = "6d747efe7ac4ad249bf711527882cef79fb61d9194c45b5ca5498aa60f290762" |
19 | 19 | ||
20 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
21 | 21 | ||