summaryrefslogtreecommitdiffstats
path: root/meta-systemd/recipes-core
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-10-23 15:41:33 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-10-23 18:40:41 +0200
commit5067ced3fa2232e7d860b636b11536de1bf2780d (patch)
tree521a5a74e02187fa2eb4c4ef4f551e85f3925ded /meta-systemd/recipes-core
parent86467baae99881a612d10e4dc81133a5894cb89f (diff)
downloadmeta-openembedded-5067ced3fa2232e7d860b636b11536de1bf2780d.tar.gz
systemd: disable python
* otherwise configure uses python-config from host and passes wrong CFLAGS see http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-October/042058.html for details Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-systemd/recipes-core')
-rw-r--r--meta-systemd/recipes-core/systemd/systemd_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-systemd/recipes-core/systemd/systemd_git.bb b/meta-systemd/recipes-core/systemd/systemd_git.bb
index efc2d95b6..6deda826d 100644
--- a/meta-systemd/recipes-core/systemd/systemd_git.bb
+++ b/meta-systemd/recipes-core/systemd/systemd_git.bb
@@ -19,7 +19,7 @@ inherit gitpkgv
19PKGV = "v${GITPKGVTAG}" 19PKGV = "v${GITPKGVTAG}"
20 20
21PV = "git" 21PV = "git"
22PR = "r8" 22PR = "r9"
23 23
24inherit useradd pkgconfig autotools perlnative 24inherit useradd pkgconfig autotools perlnative
25 25
@@ -67,6 +67,7 @@ EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \
67 --disable-tcpwrap \ 67 --disable-tcpwrap \
68 --enable-split-usr \ 68 --enable-split-usr \
69 --disable-microhttpd \ 69 --disable-microhttpd \
70 --without-python \
70 " 71 "
71 72
72# There's no docbook-xsl-native, so for the xsltproc check to false 73# There's no docbook-xsl-native, so for the xsltproc check to false