summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib.inc
diff options
context:
space:
mode:
authorJingdong Lu <jingdong.lu@windriver.com>2011-01-19 16:23:31 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-20 21:37:01 +0000
commitdf38d6cbf8bed689569e360797e57830e8d7cf5d (patch)
tree91a1c24f7d0baea5485305a2d725eb0eda1536cf /meta/recipes-core/glib-2.0/glib.inc
parent811a9f7a33c3cc6b51b59ef1f15d13edeb058eef (diff)
downloadpoky-df38d6cbf8bed689569e360797e57830e8d7cf5d.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib.inc')
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index b0df84eca0..e1705e7fcc 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -28,6 +28,7 @@ S = "${WORKDIR}/glib-${PV}"
28 28
29EXTRA_OECONF = "--disable-debug --enable-included-printf=no" 29EXTRA_OECONF = "--disable-debug --enable-included-printf=no"
30EXTRA_OECONF_virtclass-native = "" 30EXTRA_OECONF_virtclass-native = ""
31EXTRA_OECONF_poky-lsb = "--enable-included-printf=no"
31 32
32FILES_${PN} = "${libdir}/lib*${SOLIBS}" 33FILES_${PN} = "${libdir}/lib*${SOLIBS}"
33FILES_${PN}-dev += "${libdir}/glib-2.0/include" 34FILES_${PN}-dev += "${libdir}/glib-2.0/include"