]> code.ossystems Code Review - openembedded-core.git/commitdiff
glib: disable selinux for native builds
authorMatthew McClintock <msm@freescale.com>
Tue, 5 Feb 2013 17:46:44 +0000 (11:46 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Feb 2013 09:35:03 +0000 (09:35 +0000)
This improves reusabiliy of sstate-cache across different hosts

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb
meta/recipes-core/glib-2.0/glib.inc

index e1d44e2ee6d76e608c2efc59c8cd35f34532d552..fe50220ea44b2510333c1c3cd3265597bd6c386d 100644 (file)
@@ -1,6 +1,6 @@
 require glib.inc
 
-PR = "r1"
+PR = "r2"
 PE = "1"
 
 DEPENDS += "libffi python-argparse-native zlib"
index 53b20b6188ba8e135f4120930a6b6bdc3d129f04..cb391a27f525094768b139d30efb75bbcb26a345 100644 (file)
@@ -29,7 +29,7 @@ CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap"
 
 PTEST_CONF = "${@base_contains('DISTRO_FEATURES', 'ptest', '', '--disable-modular-tests', d)}"
 EXTRA_OECONF = "--enable-included-printf=no ${CORECONF} ${PTEST_CONF}"
-EXTRA_OECONF_class-native = "${CORECONF}"
+EXTRA_OECONF_class-native = "${CORECONF} --disable-selinux"
 EXTRA_OECONF_linuxstdbase = "--enable-included-printf=no ${CORECONF}"
 
 FILES_${PN} = "${libdir}/lib*${SOLIBS} ${datadir}/glib-2.0/schemas \