[oe-commits] Philip Balister : glib-2.0: explicitly disable dtrace and systemtap for native variant

git version control git at git.openembedded.org
Tue Aug 23 18:23:07 UTC 2011


Module: openembedded.git
Branch: master
Commit: 54aaa2d908254f0226f6c335d8e3f6a742e1d8c2
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=54aaa2d908254f0226f6c335d8e3f6a742e1d8c2

Author: Philip Balister <philip at opensdr.com>
Date:   Tue Aug 23 14:17:05 2011 -0400

glib-2.0: explicitly disable dtrace and systemtap for native variant

Copied from oe-core : 	0d883b5df25635fbad45191d297cbdf78a6c1fe0

Thanks to Joshua Lock for pointing out the fix.

Signed-off-by: Philip Balister <philip at opensdr.com>

---

 recipes/glib-2.0/glib-2.0_2.28.5.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/glib-2.0/glib-2.0_2.28.5.bb b/recipes/glib-2.0/glib-2.0_2.28.5.bb
index c6aaf75..4aea8bf 100644
--- a/recipes/glib-2.0/glib-2.0_2.28.5.bb
+++ b/recipes/glib-2.0/glib-2.0_2.28.5.bb
@@ -6,7 +6,7 @@ UNIX-like platforms, Windows, OS/2 and BeOS."
 LICENSE = "LGPLv2+"
 SECTION = "libs"
 PRIORITY = "optional"
-PR = "r1"
+PR = "r2"
 DEPENDS = "glib-2.0-native gtk-doc zlib"
 DEPENDS_virtclass-native = "gettext-native gtk-doc-native \
                             pkgconfig-native"
@@ -44,7 +44,7 @@ do_install_append() {
 	sed -i -e s:${STAGING_BINDIR_NATIVE}:${bindir}:g ${D}${bindir}/glib-mkenums || true
 }
 
-EXTRA_OECONF_virtclass-native = ""
+EXTRA_OECONF_virtclass-native = "--disable-dtrace --disable-systemtap"
 
 do_configure_prepend_virtclass-native() {
     if [ -e ${S}/${TARGET_SYS}-libtool ] ; then





More information about the Openembedded-commits mailing list