1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

glib-2.0: Enable debug option for LSB test.

Enable "debug" option of glib-2.0 and make "glib_mem_profiler_table" and "g_mem_profile" enabled for LSB test.

Signed-off-by: Jingdong Lu<jingdong.lu@windriver.com>
This commit is contained in:
Jingdong Lu
2011-01-19 16:23:31 +08:00
committed by Richard Purdie
parent 811a9f7a33
commit df38d6cbf8
2 changed files with 2 additions and 1 deletions
@@ -1,6 +1,6 @@
require glib.inc
PR = "r2"
PR = "r3"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.27/glib-${PV}.tar.bz2 \
file://configure-libtool.patch \
+1
View File
@@ -28,6 +28,7 @@ S = "${WORKDIR}/glib-${PV}"
EXTRA_OECONF = "--disable-debug --enable-included-printf=no"
EXTRA_OECONF_virtclass-native = ""
EXTRA_OECONF_poky-lsb = "--enable-included-printf=no"
FILES_${PN} = "${libdir}/lib*${SOLIBS}"
FILES_${PN}-dev += "${libdir}/glib-2.0/include"