diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-08-17 09:17:49 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-08-18 13:45:44 -0700 |
commit | 0d883b5df25635fbad45191d297cbdf78a6c1fe0 (patch) | |
tree | ce61f23df67f45a05879f377796e09f0cd1ce9f2 /meta/recipes-core/glib-2.0 | |
parent | 51ef8335df895603e75345a18aaefe2359b2387f (diff) | |
download | openembedded-core-0d883b5df25635fbad45191d297cbdf78a6c1fe0.tar.gz openembedded-core-0d883b5df25635fbad45191d297cbdf78a6c1fe0.tar.bz2 openembedded-core-0d883b5df25635fbad45191d297cbdf78a6c1fe0.zip |
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>
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/glib-2.0')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 2 |
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 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" |