git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b4bd37
)
glib: merge printf fix from poky
author
Koen Kooi
<koen@openembedded.org>
Mon, 30 Apr 2007 15:03:15 +0000
(15:03 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 30 Apr 2007 15:03:15 +0000
(15:03 +0000)
packages/glib-2.0/glib.inc
patch
|
blob
|
history
diff --git
a/packages/glib-2.0/glib.inc
b/packages/glib-2.0/glib.inc
index
6a33291
..
7539dd1
100644
(file)
--- a/
packages/glib-2.0/glib.inc
+++ b/
packages/glib-2.0/glib.inc
@@
-10,10
+10,12
@@
DEPENDS += "glib-2.0-native gtk-doc"
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}"