summaryrefslogtreecommitdiffstats
path: root/recipes/git
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2010-03-15 13:42:26 +0000
committerGraeme Gregory <dp@xora.org.uk>2010-03-15 13:42:26 +0000
commitfada583c1f2478194f705d65c1b386ddbf33cbfc (patch)
treed7768993f7a2c2ba9dd7a796256c06f2c83f0426 /recipes/git
parentf91644ae2ef0d983496285264a3f3537a4cea536 (diff)
downloadopenembedded-fada583c1f2478194f705d65c1b386ddbf33cbfc.tar.gz
git-native_1.7.0.2.bb : disable building/installing of python stuff
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.
Diffstat (limited to 'recipes/git')
-rw-r--r--recipes/git/git-native_1.7.0.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/git/git-native_1.7.0.2.bb b/recipes/git/git-native_1.7.0.2.bb
index 63b14cbaad..b55070aa71 100644
--- a/recipes/git/git-native_1.7.0.2.bb
+++ b/recipes/git/git-native_1.7.0.2.bb
@@ -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"