mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +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:
@@ -19,7 +19,7 @@ inherit gitpkgv
|
|||||||
PKGV = "v${GITPKGVTAG}"
|
PKGV = "v${GITPKGVTAG}"
|
||||||
|
|
||||||
PV = "git"
|
PV = "git"
|
||||||
PR = "r8"
|
PR = "r9"
|
||||||
|
|
||||||
inherit useradd pkgconfig autotools perlnative
|
inherit useradd pkgconfig autotools perlnative
|
||||||
|
|
||||||
@@ -67,6 +67,7 @@ EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \
|
|||||||
--disable-tcpwrap \
|
--disable-tcpwrap \
|
||||||
--enable-split-usr \
|
--enable-split-usr \
|
||||||
--disable-microhttpd \
|
--disable-microhttpd \
|
||||||
|
--without-python \
|
||||||
"
|
"
|
||||||
|
|
||||||
# There's no docbook-xsl-native, so for the xsltproc check to false
|
# There's no docbook-xsl-native, so for the xsltproc check to false
|
||||||
|
|||||||
Reference in New Issue
Block a user