mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
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:
@@ -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 \
|
||||
|
||||
2
meta/packages/glib-2.0/glib-2.0_2.12.13.bb
vendored
2
meta/packages/glib-2.0/glib-2.0_2.12.13.bb
vendored
@@ -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 \
|
||||
|
||||
2
meta/packages/glib-2.0/glib-2.0_2.14.4.bb
vendored
2
meta/packages/glib-2.0/glib-2.0_2.14.4.bb
vendored
@@ -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"
|
||||
|
||||
2
meta/packages/glib-2.0/glib.inc
vendored
2
meta/packages/glib-2.0/glib.inc
vendored
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user