summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-04-30 08:57:27 +0000
committerRoss Burton <ross@openedhand.com>2007-04-30 08:57:27 +0000
commit4167c9554986b6092c2357d46935e4bcbea5920c (patch)
tree0d438efbb09ac0684599c1c7efd883a88d2777ed
parenta0c37e9fa984cb9bc3b7d9cf05ae5f4b1e7372f9 (diff)
downloadopenembedded-core-4167c9554986b6092c2357d46935e4bcbea5920c.tar.gz
openembedded-core-4167c9554986b6092c2357d46935e4bcbea5920c.tar.bz2
openembedded-core-4167c9554986b6092c2357d46935e4bcbea5920c.tar.xz
openembedded-core-4167c9554986b6092c2357d46935e4bcbea5920c.zip
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
-rw-r--r--meta/packages/glib-2.0/glib.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/glib-2.0/glib.inc b/meta/packages/glib-2.0/glib.inc
index 6a33291d5..99ce0cd69 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}"