diff options
author | Ross Burton <ross@openedhand.com> | 2007-11-28 20:30:39 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-11-28 20:30:39 +0000 |
commit | 9da15df7d50a8fce071784a1f0e56344550680ab (patch) | |
tree | 968c4e5746b31a1a16a4e1bb820a2e3e78fcaae5 /meta | |
parent | d862b5758c48968e6b40597b60d31673b61007a1 (diff) | |
download | poky-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.bb | 4 | ||||
-rw-r--r-- | meta/packages/glib-2.0/glib-2.0_2.12.13.bb | 2 | ||||
-rw-r--r-- | meta/packages/glib-2.0/glib-2.0_2.14.4.bb | 2 | ||||
-rw-r--r-- | meta/packages/glib-2.0/glib.inc | 2 |
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" | |||
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | PRIORITY = "optional" | 8 | PRIORITY = "optional" |
9 | DEPENDS += "gtk-doc-native" | 9 | DEPENDS += "gtk-doc-native" |
10 | PR="r1" | 10 | PR="r2" |
11 | |||
12 | EXTRA_OECONF = "--disable-debug" | ||
13 | 11 | ||
14 | SRC_URI = "http://download.gnome.org/sources/glib/2.12/glib-${PV}.tar.bz2 \ | 12 | SRC_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 @@ | |||
1 | require glib.inc | 1 | require glib.inc |
2 | 2 | ||
3 | PR = "r2" | 3 | PR = "r3" |
4 | 4 | ||
5 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.12/glib-${PV}.tar.bz2 \ | 5 | SRC_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 @@ | |||
1 | require glib.inc | 1 | require glib.inc |
2 | 2 | ||
3 | PR = "r1" | ||
4 | |||
3 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.14/glib-${PV}.tar.bz2 \ | 5 | SRC_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 " | |||
13 | LEAD_SONAME = "libglib-2.0.*" | 13 | LEAD_SONAME = "libglib-2.0.*" |
14 | FILES_glib-2.0-utils = "${bindir}/*" | 14 | FILES_glib-2.0-utils = "${bindir}/*" |
15 | 15 | ||
16 | EXTRA_OECONF = "--disable-debug --enable-included-printf=no" | 16 | EXTRA_OECONF = "--enable-included-printf=no" |
17 | 17 | ||
18 | S = "${WORKDIR}/glib-${PV}" | 18 | S = "${WORKDIR}/glib-${PV}" |
19 | 19 | ||