]> code.ossystems Code Review - openembedded-core.git/commitdiff
glib-2.0: explicitly disable dtrace and systemtap for native varaint
authorJoshua Lock <josh@linux.intel.com>
Wed, 17 Aug 2011 16:17:49 +0000 (09:17 -0700)
committerSaul Wold <sgw@linux.intel.com>
Thu, 18 Aug 2011 20:45:44 +0000 (13:45 -0700)
This prevents systemtap and dtrace being picked up from the host as
reported on the Yocto mailing list by Andre Haupt <andre@bitwigglers.org>

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/recipes-core/glib-2.0/glib.inc

index e25db3dea915b3d63d6a987e5910ff9b2e65c948..fdbfa54f8814e4396912df89a2cdd749b71e051e 100644 (file)
@@ -26,7 +26,7 @@ inherit autotools pkgconfig gettext
 S = "${WORKDIR}/glib-${PV}"
 
 EXTRA_OECONF = "--disable-debug --enable-included-printf=no"
-EXTRA_OECONF_virtclass-native = ""
+EXTRA_OECONF_virtclass-native = "--disable-dtrace --disable-systemtap"
 EXTRA_OECONF_linuxstdbase = "--enable-included-printf=no"
 
 FILES_${PN} = "${libdir}/lib*${SOLIBS} ${sysconfdir}/bash_completion.d ${datadir}/glib-2.0/schemas"