diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-23 18:08:28 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-23 18:08:28 +0200 |
commit | 809aa638bf6b2779aeed9d90935f3e23e6203255 (patch) | |
tree | 93446d6e01c4c69b87ef1f4e84ca404a9f14860b | |
parent | 337275917f5a0d601e75b81a31716cd9283e28c4 (diff) | |
parent | 9731492940074aa14105d979ca6f8c2ccee910c8 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
-rw-r--r-- | recipes/libvorbis/libvorbis_1.2.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/libvorbis/libvorbis_1.2.0.bb b/recipes/libvorbis/libvorbis_1.2.0.bb index 30031ad5e8..cc7f00cceb 100644 --- a/recipes/libvorbis/libvorbis_1.2.0.bb +++ b/recipes/libvorbis/libvorbis_1.2.0.bb @@ -4,9 +4,10 @@ DESCRIPTION = "Ogg Vorbis is a high-quality lossy audio codec \ that is free of intellectual property restrictions. libvorbis \ is the main vorbis codec library." LICENSE = "BSD" -PR = "1" +PR = "2" SRC_URI = "http://downloads.xiph.org/releases/vorbis/libvorbis-${PV}.tar.gz \ + file://configure_powerpc-no-fixed-cpu.patch;patch=1 \ file://r14598-CVE-2008-1420.patch;patch=1 \ file://r14602-CVE-2008-1419.patch;patch=1 \ file://r14602-CVE-2008-1423.patch;patch=1 \ |