[oe-commits] Koen Kooi : gamin: disable python (it wasn't in DEPENDS before) to stop -I/ usr/include/python25 leaking into the build

GIT User account git at amethyst.openembedded.net
Fri Dec 5 09:45:25 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d301662b216780237c6f959e39163ea943d3ee26
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d301662b216780237c6f959e39163ea943d3ee26

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Dec  5 10:42:48 2008 +0100

gamin: disable python (it wasn't in DEPENDS before) to stop -I/usr/include/python25 leaking into the build

---

 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 c4da068..754f47d 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() {





More information about the Openembedded-commits mailing list