gamin: disable python (it wasn't in DEPENDS before) to stop -I/usr/include/python25...
authorKoen Kooi <koen@openembedded.org>
Fri, 5 Dec 2008 09:42:48 +0000 (10:42 +0100)
committerKoen Kooi <koen@openembedded.org>
Fri, 5 Dec 2008 09:42:48 +0000 (10:42 +0100)
packages/gamin/gamin_0.1.8.bb

index c4da068..754f47d 100644 (file)
@@ -4,6 +4,8 @@ LICENSE = "LGPL"
 SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \
            file://no-abstract-sockets.patch;patch=1"
 
+EXTRA_OECONF = " --without-python " 
+
 inherit autotools pkgconfig
 
 do_stage() {