From f24b247cc5bc04cf79aaea2ea8e5dd04c6f0eb4f Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 15 Mar 2010 12:23:37 +0800 Subject: 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 file changed, 3 insertions(+) (limited to 'recipes/liboop') diff --git a/recipes/liboop/liboop_1.0.bb b/recipes/liboop/liboop_1.0.bb index 676ecbe700..b27fb5fd42 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" -- cgit 1.2.3-korg