glib: don't disable debug, the size difference isn't much and its useful

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3266 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-11-28 20:30:39 +00:00
parent d862b5758c
commit 9da15df7d5
4 changed files with 5 additions and 5 deletions

View 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 \

View 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 \

View 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"

View 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}"