mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
86467baae9
commit
5067ced3fa
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user