aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2011-08-23 14:17:05 -0400
committerPhilip Balister <philip@opensdr.com>2011-08-23 14:17:05 -0400
commit54aaa2d908254f0226f6c335d8e3f6a742e1d8c2 (patch)
tree07f1a8b992ca77bf758cd733bf0fddba6e28febd
parent94726983b33fa30c60b6e14813a6461df65844c0 (diff)
downloadopenembedded-54aaa2d908254f0226f6c335d8e3f6a742e1d8c2.tar.gz
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@opensdr.com>
-rw-r--r--recipes/glib-2.0/glib-2.0_2.28.5.bb4
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 c6aaf7517d..4aea8bfa46 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