diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-05 10:42:48 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-05 10:42:48 +0100 |
commit | d301662b216780237c6f959e39163ea943d3ee26 (patch) | |
tree | 508a1444e93cc1291cc9ec41825b06b99c30bfbf | |
parent | f9b92f770bde15dec86a9b0a6af0f1a83096d76a (diff) |
gamin: disable python (it wasn't in DEPENDS before) to stop -I/usr/include/python25 leaking into the build
-rw-r--r-- | packages/gamin/gamin_0.1.8.bb | 2 |
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() { |