]> code.ossystems Code Review - openembedded-core.git/commitdiff
Refuse to use the included printf, as we always have a good system one
authorRoss Burton <ross@openedhand.com>
Mon, 30 Apr 2007 08:57:27 +0000 (08:57 +0000)
committerRoss Burton <ross@openedhand.com>
Mon, 30 Apr 2007 08:57:27 +0000 (08:57 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1580 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/glib-2.0/glib.inc

index 6a33291d52b1b4d0b4cf99d8ebe0ebb93e460fed..99ce0cd692e5bd3e6304ff76ef627ba90cc9e61b 100644 (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}"