From: Holger Hans Peter Freyther Date: Mon, 15 Mar 2010 04:23:37 +0000 (+0800) Subject: liboop: Disable www, glib, adns, readline and tcl as it is not in the DEPENDS X-Git-Tag: Release-2010-05/1~340^2~128^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f24b247cc5bc04cf79aaea2ea8e5dd04c6f0eb4f;p=openembedded.git 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. --- 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"