[oe-commits] org.oe.dev glib: merge printf fix from poky

koen commit openembedded-commits at lists.openembedded.org
Mon Apr 30 16:17:56 UTC 2007


glib: merge printf fix from poky

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 139f331722d1f7acecae21341523fa241f46163c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=139f331722d1f7acecae21341523fa241f46163c
Files:
1
packages/glib-2.0/glib.inc
Diffs:

#
# mt diff -r5613d9675d8688eb7a7b28c3b9b59dd44fafe4af -r139f331722d1f7acecae21341523fa241f46163c
#
# 
# 
# patch "packages/glib-2.0/glib.inc"
#  from [14f316ed0f0318dc268c8b531f524cd3a3a27381]
#    to [84c659a6580d6e3cb397895550e8cf2e14b8c341]
# 
============================================================
--- packages/glib-2.0/glib.inc	14f316ed0f0318dc268c8b531f524cd3a3a27381
+++ packages/glib-2.0/glib.inc	84c659a6580d6e3cb397895550e8cf2e14b8c341
@@ -10,10 +10,12 @@ PACKAGES =+ "glib-2.0-utils "
 DEPENDS += "virtual/libiconv virtual/libintl"
 PACKAGES =+ "glib-2.0-utils "
 
+PR = "r1"
+
 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}"
 






More information about the Openembedded-commits mailing list