[oe-commits] woglinde : libtheora: don't build the examples

GIT User account git at amethyst.openembedded.net
Sat Mar 28 23:37:31 UTC 2009


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

Author: woglinde <heinold at inf.fu-berlin.de>
Date:   Tue Mar 24 22:55:15 2009 +0100

libtheora: don't build the examples
* zaps the dependency on sdl
* bump PR

---

 recipes/libogg/libtheora_1.0.bb |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/recipes/libogg/libtheora_1.0.bb b/recipes/libogg/libtheora_1.0.bb
index 55d3e83..0d858cd 100644
--- a/recipes/libogg/libtheora_1.0.bb
+++ b/recipes/libogg/libtheora_1.0.bb
@@ -1,18 +1,19 @@
 
-DEPENDS = "libogg libvorbis libsdl-x11"
+DEPENDS = "libogg libvorbis"
+
+PR = "r1"
 
 SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2"
 
 inherit autotools lib_package
 
+EXTRA_OECONF = "--disable-examples"
+
+LEAD_SONAME = "libtheora.so.0"
 
 do_configure_append() {
         find ${S} -name Makefile | xargs sed -i -e s:'-I/usr/include':-I${STAGING_INCDIR}:g
 }
 
 AUTOTOOLS_STAGE_PKGCONFIG = "1"
-do_stage() {
-         autotools_stage_all
-}
-
 





More information about the Openembedded-commits mailing list