summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-08-17 09:17:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-19 09:29:19 -0700
commitce1f0286b90d953df12802e06f086c9ef0ba47cc (patch)
tree167884104506e8832f3d581f77190faaa4287aff /meta/recipes-core/glib-2.0
parent5f32d1fcc5b75ea6dd7e59a4b258a45418c71263 (diff)
downloadpoky-ce1f0286b90d953df12802e06f086c9ef0ba47cc.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>
Diffstat (limited to 'meta/recipes-core/glib-2.0')
-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 e25db3dea9..fdbfa54f88 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
26S = "${WORKDIR}/glib-${PV}" 26S = "${WORKDIR}/glib-${PV}"
27 27
28EXTRA_OECONF = "--disable-debug --enable-included-printf=no" 28EXTRA_OECONF = "--disable-debug --enable-included-printf=no"
29EXTRA_OECONF_virtclass-native = "" 29EXTRA_OECONF_virtclass-native = "--disable-dtrace --disable-systemtap"
30EXTRA_OECONF_linuxstdbase = "--enable-included-printf=no" 30EXTRA_OECONF_linuxstdbase = "--enable-included-printf=no"
31 31
32FILES_${PN} = "${libdir}/lib*${SOLIBS} ${sysconfdir}/bash_completion.d ${datadir}/glib-2.0/schemas" 32FILES_${PN} = "${libdir}/lib*${SOLIBS} ${sysconfdir}/bash_completion.d ${datadir}/glib-2.0/schemas"