[oe-commits] Leon Woestenberg : libvorbis: In configure.in, remove cpu= for powerpc tripplets.

git version control git at git.openembedded.org
Wed Sep 23 12:37:51 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9731492940074aa14105d979ca6f8c2ccee910c8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9731492940074aa14105d979ca6f8c2ccee910c8

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Wed Sep 23 14:35:39 2009 +0200

libvorbis: In configure.in, remove cpu= for powerpc tripplets.

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 at sidebranch.com>

---

 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 30031ad..cc7f00c 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 \





More information about the Openembedded-commits mailing list