mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02: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:
2
meta/packages/glib-2.0/glib.inc
vendored
2
meta/packages/glib-2.0/glib.inc
vendored
@@ -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