]> code.ossystems Code Review - openembedded-core.git/commitdiff
glib.inc: disable selinux for native builds
authorMatthew McClintock <msm@freescale.com>
Mon, 20 Aug 2012 16:09:34 +0000 (11:09 -0500)
committerScott Garman <scott.a.garman@intel.com>
Fri, 24 Aug 2012 07:38:17 +0000 (00:38 -0700)
In addition to dbus, we also need to disable selinux for glib as well
otherwise we will get the same link error

(Note: Upstream master has disabled selinux AFAICT)

Signed-off-by: Matthew McClintock <msm@freescale.com>
meta/recipes-core/dbus/dbus-glib_0.98.bb
meta/recipes-core/glib-2.0/glib-2.0_2.30.3.bb
meta/recipes-core/glib-2.0/glib.inc

index bd9389a9f578ac80be40a80f5dcc186c95c772f8..e2c6a0ccf1bc1cacc8ff7bf1f3c7946bb33d1b6b 100644 (file)
@@ -1,6 +1,6 @@
 require dbus-glib.inc
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI[md5sum] = "3f7f117dc7c8d899d9acfdcbf9253fb8"
 SRC_URI[sha256sum] = "297c81d6bb8b1c312e9b0ccfe91eb28ec0672756abb64dfb7bbe2b5f1ae5d111"
index f1f9217d1bf049c5d48d9b018d95c479b92a0890..81037a4cf8de625d23821aa5de1074b74d498196 100644 (file)
@@ -1,6 +1,6 @@
 require glib.inc
 
-PR = "r1"
+PR = "r2"
 PE = "1"
 
 DEPENDS += "libffi python-argparse-native zlib"
index 835743aa980319b85bc78b42d9118e5d9e154dee..8eda1169e4eb4e94365389b39f2289bce4060228 100644 (file)
@@ -26,7 +26,7 @@ inherit autotools pkgconfig gettext
 S = "${WORKDIR}/glib-${PV}"
 
 EXTRA_OECONF = "--disable-debug --enable-included-printf=no --disable-dtrace --disable-fam"
-EXTRA_OECONF_virtclass-native = "--disable-dtrace --disable-systemtap --disable-fam"
+EXTRA_OECONF_virtclass-native = "--disable-dtrace --disable-systemtap --disable-fam --disable-selinux"
 EXTRA_OECONF_linuxstdbase = "--enable-included-printf=no --disable-dtrace --disable-fam"
 
 FILES_${PN} = "${libdir}/lib*${SOLIBS} ${sysconfdir}/bash_completion.d ${datadir}/glib-2.0/schemas"