aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2011-08-23 14:17:05 -0400
committerTom Rini <trini@kernel.crashing.org>2011-09-22 16:55:37 -0700
commita2f7214aea5f5d333703bd6c58e0dcd7a86d3637 (patch)
treeed93f5d5f31c7560ba54d4bc7095ff9806e112e0
parent7c344a97d68cbe5b384f1cb5a58afb13534ef132 (diff)
downloadopenembedded-a2f7214aea5f5d333703bd6c58e0dcd7a86d3637.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