mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 23:45:01 +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}"
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user