mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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:
Vendored
+1
-1
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user