liboop: Disable www, glib, adns, readline and tcl as it is not in the DEPENDS
authorHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 15 Mar 2010 04:23:37 +0000 (12:23 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 15 Mar 2010 04:23:37 +0000 (12:23 +0800)
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

index 676ecbe..b27fb5f 100644 (file)
@@ -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"