glib-2.0: disable dtrace due to host contamination

(From OE-Core rev: d5eccd558f1f0ab2993c6c9eacc6f31bee1ee50b)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2012-01-02 20:15:49 -08:00 committed by Richard Purdie
parent 78a3b1e5eb
commit 17b399ad5a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
require glib.inc
PR = "r0"
PR = "r1"
PE = "1"
DEPENDS += "libffi python-argparse-native zlib"

View File

@ -25,7 +25,7 @@ inherit autotools pkgconfig gettext
S = "${WORKDIR}/glib-${PV}"
EXTRA_OECONF = "--disable-debug --enable-included-printf=no"
EXTRA_OECONF = "--disable-debug --enable-included-printf=no --disable-dtrace"
EXTRA_OECONF_virtclass-native = "--disable-dtrace --disable-systemtap"
EXTRA_OECONF_linuxstdbase = "--enable-included-printf=no"