]> code.ossystems Code Review - openembedded-core.git/commitdiff
glib: don't disable debug, the size difference isn't much and its useful
authorRoss Burton <ross@openedhand.com>
Wed, 28 Nov 2007 20:30:39 +0000 (20:30 +0000)
committerRoss Burton <ross@openedhand.com>
Wed, 28 Nov 2007 20:30:39 +0000 (20:30 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3266 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/glib-2.0/glib-2.0-native_2.12.4.bb
meta/packages/glib-2.0/glib-2.0_2.12.13.bb
meta/packages/glib-2.0/glib-2.0_2.14.4.bb
meta/packages/glib-2.0/glib.inc

index 065f5bc3e70a75749fa01b82f5dc78fb342e03d0..e2c54e631b758c901e10dd19e91ba54afb1c0c2a 100644 (file)
@@ -7,9 +7,7 @@ LICENSE = "LGPL"
 SECTION = "libs"
 PRIORITY = "optional"
 DEPENDS += "gtk-doc-native"
-PR="r1"
-
-EXTRA_OECONF = "--disable-debug"
+PR="r2"
 
 SRC_URI = "http://download.gnome.org/sources/glib/2.12/glib-${PV}.tar.bz2 \
            file://glib-gettextize-dir.patch;patch=1 \
index 2e5259073a99c779f915c60bed13c9b6bdf63425..1cdf53ae1d9191e4037a996d7fa90e11b353288e 100644 (file)
@@ -1,6 +1,6 @@
 require glib.inc
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.12/glib-${PV}.tar.bz2 \
            file://glibconfig-sysdefs.h \
index 995efbd1190aea936733af1d23dc9d36d301a884..59d393e9a1ff5240216f338cc45d3fe3a964478b 100644 (file)
@@ -1,5 +1,7 @@
 require glib.inc
 
+PR = "r1"
+
 SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.14/glib-${PV}.tar.bz2 \
            file://glibconfig-sysdefs.h \
            file://configure-libtool.patch;patch=1"
index cf9d9cb88ec79434abbdc756a925e66704d7d9ed..df9763e35d9e6b2c05e6242d34ba729836324f34 100644 (file)
@@ -13,7 +13,7 @@ PACKAGES =+ "glib-2.0-utils "
 LEAD_SONAME = "libglib-2.0.*"
 FILES_glib-2.0-utils = "${bindir}/*"
 
-EXTRA_OECONF = "--disable-debug  --enable-included-printf=no"
+EXTRA_OECONF = "--enable-included-printf=no"
 
 S = "${WORKDIR}/glib-${PV}"