From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe,meta-systemd][PATCH] systemd: disable python
Date: Tue, 23 Oct 2012 17:41:33 +0200 [thread overview]
Message-ID: <1351006893-21274-1-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <20121023140323.GP3269@jama.jama.net>
* 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>
---
meta-systemd/recipes-core/systemd/systemd_git.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
--
1.7.12.4
prev parent reply other threads:[~2012-10-23 15:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-23 13:57 [meta-oe,meta-systemd][PATCH] systemd: inherit pythonnative Martin Jansa
2012-10-23 14:03 ` [meta-oe, meta-systemd][PATCH] " Martin Jansa
2012-10-23 15:41 ` Martin Jansa [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1351006893-21274-1-git-send-email-Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.