From: Joshua Lock Date: Wed, 17 Aug 2011 16:17:49 +0000 (-0700) Subject: glib-2.0: explicitly disable dtrace and systemtap for native varaint X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~44461 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d883b5df25635fbad45191d297cbdf78a6c1fe0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git glib-2.0: explicitly disable dtrace and systemtap for native varaint This prevents systemtap and dtrace being picked up from the host as reported on the Yocto mailing list by Andre Haupt Signed-off-by: Joshua Lock --- diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index e25db3dea91..fdbfa54f881 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc @@ -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"