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
This commit is contained in:
Ross Burton
2007-04-30 08:57:27 +00:00
parent a0c37e9fa9
commit 4167c95549

View File

@@ -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}"