aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gamin
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-12-05 10:42:48 +0100
committerKoen Kooi <koen@openembedded.org>2008-12-05 10:42:48 +0100
commitd301662b216780237c6f959e39163ea943d3ee26 (patch)
tree508a1444e93cc1291cc9ec41825b06b99c30bfbf /packages/gamin
parentf9b92f770bde15dec86a9b0a6af0f1a83096d76a (diff)
downloadopenembedded-d301662b216780237c6f959e39163ea943d3ee26.tar.gz
gamin: disable python (it wasn't in DEPENDS before) to stop -I/usr/include/python25 leaking into the build
Diffstat (limited to 'packages/gamin')
-rw-r--r--packages/gamin/gamin_0.1.8.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gamin/gamin_0.1.8.bb b/packages/gamin/gamin_0.1.8.bb
index c4da068c34..754f47dc9e 100644
--- a/packages/gamin/gamin_0.1.8.bb
+++ b/packages/gamin/gamin_0.1.8.bb
@@ -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() {