[oe-commits] Joshua Lock : glib-2.0: explicitly disable dtrace and systemtap for native varaint

git version control git at git.openembedded.org
Fri Aug 19 16:07:47 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 0d883b5df25635fbad45191d297cbdf78a6c1fe0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0d883b5df25635fbad45191d297cbdf78a6c1fe0

Author: Joshua Lock <josh at linux.intel.com>
Date:   Wed Aug 17 09:17:49 2011 -0700

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 at bitwigglers.org>

Signed-off-by: Joshua Lock <josh at linux.intel.com>

---

 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 e25db3d..fdbfa54 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"





More information about the Openembedded-commits mailing list