mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
glib: disable selinux for native builds
This improves reusabiliy of sstate-cache across different hosts Signed-odd-by: Matthew McClintock <msm@freescale.com> (From OE-Core rev: a39aa6bf07f29556f2a9f04eefb9d82582004319) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7e46ed153d
commit
8148ffa15e
@@ -1,6 +1,6 @@
|
||||
require glib.inc
|
||||
|
||||
PR = "r6"
|
||||
PR = "r7"
|
||||
PE = "1"
|
||||
|
||||
DEPENDS += "libffi python-argparse-native zlib"
|
||||
|
||||
@@ -28,7 +28,7 @@ S = "${WORKDIR}/glib-${PV}"
|
||||
CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap"
|
||||
|
||||
EXTRA_OECONF = "--enable-included-printf=no ${CORECONF}"
|
||||
EXTRA_OECONF_virtclass-native = "${CORECONF}"
|
||||
EXTRA_OECONF_virtclass-native = "${CORECONF} --disable-selinux"
|
||||
EXTRA_OECONF_linuxstdbase = "--enable-included-printf=no ${CORECONF}"
|
||||
|
||||
FILES_${PN} = "${libdir}/lib*${SOLIBS} ${datadir}/glib-2.0/schemas \
|
||||
|
||||
Reference in New Issue
Block a user