[oe-commits] Holger Hans Peter Freyther : liboop: Disable www, glib, adns, readline and tcl as it is not in the DEPENDS

git version control git at git.openembedded.org
Mon Mar 15 05:07:37 UTC 2010


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

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Mon Mar 15 12:23:37 2010 +0800

liboop: Disable www, glib, adns, readline and tcl as it is not in the DEPENDS

The configure script searched for tcl in /usr/include/tcl$tclVersion which
triggered the configure qa check. The best thing to do seems to disable these
features and avoid patching the configure.ac.

---

 recipes/liboop/liboop_1.0.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/liboop/liboop_1.0.bb b/recipes/liboop/liboop_1.0.bb
index 676ecbe..b27fb5f 100644
--- a/recipes/liboop/liboop_1.0.bb
+++ b/recipes/liboop/liboop_1.0.bb
@@ -8,6 +8,9 @@ S = "${WORKDIR}/liboop-${PV}"
 
 inherit autotools  pkgconfig
 
+EXTRA_OECONF = "--without-tcl --without-glib \
+                --without-readline --without-adns"
+
 headers = "oop.h oop-adns.h oop-glib.h \
 	  oop-tcl.h oop-www.h oop-rl.h \
 	  oop-read.h"





More information about the Openembedded-commits mailing list