summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-08-17 09:17:49 -0700
committerJoshua Lock <josh@linux.intel.com>2011-10-14 09:38:40 -0700
commitc998000630bb70986d6693b6efbce0087f200860 (patch)
treee6a56837362648bc1b949f4e8e5921f5aa55e081 /meta
parentbf8d577f1d8fb8e3c5744cc483d1c685cb04f333 (diff)
downloadpoky-c998000630bb70986d6693b6efbce0087f200860.tar.gz
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 <andre@bitwigglers.org> (From OE-Core rev: 0d883b5df25635fbad45191d297cbdf78a6c1fe0) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Conflicts: meta/recipes-core/glib-2.0/glib.inc
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc2
1 files changed, 1 insertions, 1 deletions
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
28S = "${WORKDIR}/glib-${PV}" 28S = "${WORKDIR}/glib-${PV}"
29 29
30EXTRA_OECONF = "--disable-debug --enable-included-printf=no" 30EXTRA_OECONF = "--disable-debug --enable-included-printf=no"
31EXTRA_OECONF_virtclass-native = "" 31EXTRA_OECONF_virtclass-native = "--disable-dtrace --disable-systemtap"
32EXTRA_OECONF_poky-lsb = "--enable-included-printf=no" 32EXTRA_OECONF_poky-lsb = "--enable-included-printf=no"
33 33
34FILES_${PN} = "${libdir}/lib*${SOLIBS}" 34FILES_${PN} = "${libdir}/lib*${SOLIBS}"