]> code.ossystems Code Review - openembedded-core.git/commitdiff
glib: disable selinux for native builds
authorMatthew McClintock <msm@freescale.com>
Thu, 14 Feb 2013 23:05:30 +0000 (15:05 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Feb 2013 23:07:18 +0000 (23:07 +0000)
This improves reusabiliy of sstate-cache across different hosts

Signed-odd-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb
meta/recipes-core/glib-2.0/glib.inc

index 10c0b615ed91a07e5c73b03c672bcae6161e95db..a9390450b5bc8a23a539a45904dfd46e8a4b86d4 100644 (file)
@@ -1,6 +1,6 @@
 require glib.inc
 
-PR = "r6"
+PR = "r7"
 PE = "1"
 
 DEPENDS += "libffi python-argparse-native zlib"
index 8b099f223e09feb13e795fed5a167478748066ce..8086c860a41a54db1aa6920cadcdbd430c7d1b94 100644 (file)
@@ -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 \