libvorbis: In configure.in, remove cpu= for powerpc tripplets.
authorLeon Woestenberg <leon@sidebranch.com>
Wed, 23 Sep 2009 12:35:39 +0000 (14:35 +0200)
committerLeon Woestenberg <leon@sidebranch.com>
Wed, 23 Sep 2009 12:35:39 +0000 (14:35 +0200)
We expect the correct cpu= assignment from the OE environment,
do not force it to ppc750, which is incompatible with some of
the OE supported machines.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
recipes/libvorbis/libvorbis_1.2.0.bb

index 30031ad..cc7f00c 100644 (file)
@@ -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 \