]> code.ossystems Code Review - openembedded-core.git/commitdiff
glib-2.0: Enable debug option for LSB test.
authorJingdong Lu <jingdong.lu@windriver.com>
Wed, 19 Jan 2011 08:23:31 +0000 (16:23 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Jan 2011 21:37:01 +0000 (21:37 +0000)
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>
meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb
meta/recipes-core/glib-2.0/glib.inc

index 314d9429e3672bda5f5d5e9d7f9a9842d5160de3..b26da7b4f5ae5e4586a80bf6d2c77b1e994914bc 100644 (file)
@@ -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 \
index b0df84eca0fc74e3140018e7dcce8f00538ce3c0..e1705e7fcc0636d883b399fbb6c65f3424c02885 100644 (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"