From c998000630bb70986d6693b6efbce0087f200860 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Wed, 17 Aug 2011 09:17:49 -0700 Subject: 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 (From OE-Core rev: 0d883b5df25635fbad45191d297cbdf78a6c1fe0) Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie Conflicts: meta/recipes-core/glib-2.0/glib.inc --- meta/recipes-core/glib-2.0/glib.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 0319b9d04c..51ccd4d5bb 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc @@ -28,7 +28,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_poky-lsb = "--enable-included-printf=no" FILES_${PN} = "${libdir}/lib*${SOLIBS}" -- cgit v1.2.3-54-g00ecf