[oe-commits] Martin Jansa : systemd: disable python

git at git.openembedded.org git at git.openembedded.org
Tue Oct 23 16:41:30 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 5067ced3fa2232e7d860b636b11536de1bf2780d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=5067ced3fa2232e7d860b636b11536de1bf2780d

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Tue Oct 23 15:41:33 2012 +0000

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 at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-systemd/recipes-core/systemd/systemd_git.bb |    3 ++-
 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 efc2d95..6deda82 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
 PKGV = "v${GITPKGVTAG}"
 
 PV = "git"
-PR = "r8"
+PR = "r9"
 
 inherit useradd pkgconfig autotools perlnative
 
@@ -67,6 +67,7 @@ EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \
                  --disable-tcpwrap \
                  --enable-split-usr \
                  --disable-microhttpd \
+                 --without-python \
                "
 
 # There's no docbook-xsl-native, so for the xsltproc check to false





More information about the Openembedded-commits mailing list