summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-11-28 20:30:39 +0000
committerRoss Burton <ross@openedhand.com>2007-11-28 20:30:39 +0000
commit9da15df7d50a8fce071784a1f0e56344550680ab (patch)
tree968c4e5746b31a1a16a4e1bb820a2e3e78fcaae5 /meta
parentd862b5758c48968e6b40597b60d31673b61007a1 (diff)
downloadpoky-9da15df7d50a8fce071784a1f0e56344550680ab.tar.gz
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
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/glib-2.0/glib-2.0-native_2.12.4.bb4
-rw-r--r--meta/packages/glib-2.0/glib-2.0_2.12.13.bb2
-rw-r--r--meta/packages/glib-2.0/glib-2.0_2.14.4.bb2
-rw-r--r--meta/packages/glib-2.0/glib.inc2
4 files changed, 5 insertions, 5 deletions
diff --git a/meta/packages/glib-2.0/glib-2.0-native_2.12.4.bb b/meta/packages/glib-2.0/glib-2.0-native_2.12.4.bb
index 065f5bc3e7..e2c54e631b 100644
--- a/meta/packages/glib-2.0/glib-2.0-native_2.12.4.bb
+++ b/meta/packages/glib-2.0/glib-2.0-native_2.12.4.bb
@@ -7,9 +7,7 @@ LICENSE = "LGPL"
7SECTION = "libs" 7SECTION = "libs"
8PRIORITY = "optional" 8PRIORITY = "optional"
9DEPENDS += "gtk-doc-native" 9DEPENDS += "gtk-doc-native"
10PR="r1" 10PR="r2"
11
12EXTRA_OECONF = "--disable-debug"
13 11
14SRC_URI = "http://download.gnome.org/sources/glib/2.12/glib-${PV}.tar.bz2 \ 12SRC_URI = "http://download.gnome.org/sources/glib/2.12/glib-${PV}.tar.bz2 \
15 file://glib-gettextize-dir.patch;patch=1 \ 13 file://glib-gettextize-dir.patch;patch=1 \
diff --git a/meta/packages/glib-2.0/glib-2.0_2.12.13.bb b/meta/packages/glib-2.0/glib-2.0_2.12.13.bb
index 2e5259073a..1cdf53ae1d 100644
--- a/meta/packages/glib-2.0/glib-2.0_2.12.13.bb
+++ b/meta/packages/glib-2.0/glib-2.0_2.12.13.bb
@@ -1,6 +1,6 @@
1require glib.inc 1require glib.inc
2 2
3PR = "r2" 3PR = "r3"
4 4
5SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.12/glib-${PV}.tar.bz2 \ 5SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.12/glib-${PV}.tar.bz2 \
6 file://glibconfig-sysdefs.h \ 6 file://glibconfig-sysdefs.h \
diff --git a/meta/packages/glib-2.0/glib-2.0_2.14.4.bb b/meta/packages/glib-2.0/glib-2.0_2.14.4.bb
index 995efbd119..59d393e9a1 100644
--- a/meta/packages/glib-2.0/glib-2.0_2.14.4.bb
+++ b/meta/packages/glib-2.0/glib-2.0_2.14.4.bb
@@ -1,5 +1,7 @@
1require glib.inc 1require glib.inc
2 2
3PR = "r1"
4
3SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.14/glib-${PV}.tar.bz2 \ 5SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.14/glib-${PV}.tar.bz2 \
4 file://glibconfig-sysdefs.h \ 6 file://glibconfig-sysdefs.h \
5 file://configure-libtool.patch;patch=1" 7 file://configure-libtool.patch;patch=1"
diff --git a/meta/packages/glib-2.0/glib.inc b/meta/packages/glib-2.0/glib.inc
index cf9d9cb88e..df9763e35d 100644
--- a/meta/packages/glib-2.0/glib.inc
+++ b/meta/packages/glib-2.0/glib.inc
@@ -13,7 +13,7 @@ PACKAGES =+ "glib-2.0-utils "
13LEAD_SONAME = "libglib-2.0.*" 13LEAD_SONAME = "libglib-2.0.*"
14FILES_glib-2.0-utils = "${bindir}/*" 14FILES_glib-2.0-utils = "${bindir}/*"
15 15
16EXTRA_OECONF = "--disable-debug --enable-included-printf=no" 16EXTRA_OECONF = "--enable-included-printf=no"
17 17
18S = "${WORKDIR}/glib-${PV}" 18S = "${WORKDIR}/glib-${PV}"
19 19