From: Ross Burton Date: Mon, 30 Apr 2007 08:57:27 +0000 (+0000) Subject: Refuse to use the included printf, as we always have a good system one X-Git-Tag: 2011-1~11833 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4167c9554986b6092c2357d46935e4bcbea5920c;p=openembedded-core.git Refuse to use the included printf, as we always have a good system one git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1580 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/glib-2.0/glib.inc b/meta/packages/glib-2.0/glib.inc index 6a33291d52..99ce0cd692 100644 --- a/meta/packages/glib-2.0/glib.inc +++ b/meta/packages/glib-2.0/glib.inc @@ -13,7 +13,7 @@ PACKAGES =+ "glib-2.0-utils " LEAD_SONAME = "libglib-2.0.*" FILES_glib-2.0-utils = "${bindir}/*" -EXTRA_OECONF = "--disable-debug" +EXTRA_OECONF = "--disable-debug --enable-included-printf=no" S = "${WORKDIR}/glib-${PV}"