mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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:
committed by
Richard Purdie
parent
78a3b1e5eb
commit
17b399ad5a
@@ -1,6 +1,6 @@
|
|||||||
require glib.inc
|
require glib.inc
|
||||||
|
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
PE = "1"
|
PE = "1"
|
||||||
|
|
||||||
DEPENDS += "libffi python-argparse-native zlib"
|
DEPENDS += "libffi python-argparse-native zlib"
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ inherit autotools pkgconfig gettext
|
|||||||
|
|
||||||
S = "${WORKDIR}/glib-${PV}"
|
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_virtclass-native = "--disable-dtrace --disable-systemtap"
|
||||||
EXTRA_OECONF_linuxstdbase = "--enable-included-printf=no"
|
EXTRA_OECONF_linuxstdbase = "--enable-included-printf=no"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user