git-native_1.7.0.2.bb : disable building/installing of python stuff
authorGraeme Gregory <dp@xora.org.uk>
Mon, 15 Mar 2010 13:42:26 +0000 (13:42 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Mon, 15 Mar 2010 13:42:26 +0000 (13:42 +0000)
It was zeckes opinion that we dont need the python stuff for OE useage
and looking at what is installed I would agree. Disabled it otherwise
we need to point it at python-native to stop it using host python.

recipes/git/git-native_1.7.0.2.bb

index 63b14cb..b55070a 100644 (file)
@@ -4,3 +4,5 @@ DEPENDS = "openssl-native curl-native zlib-native expat-native"
 PR = "r4"
 SRC_URI[src.md5sum] = "76518fa774b36de81d160b85fa4f19c1"
 SRC_URI[src.sha256sum] = "5601df7fc282fdd66de196b282694eb77dcfc50438f01587de144b3ead1a6b2f"
+
+EXTRA_OECONF_append = " --without-python"