diff options
author | Jingdong Lu <jingdong.lu@windriver.com> | 2011-01-19 16:23:31 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-20 21:37:01 +0000 |
commit | df38d6cbf8bed689569e360797e57830e8d7cf5d (patch) | |
tree | 91a1c24f7d0baea5485305a2d725eb0eda1536cf /meta | |
parent | 811a9f7a33c3cc6b51b59ef1f15d13edeb058eef (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb index 314d9429e3..b26da7b4f5 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.27.5.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.27/glib-${PV}.tar.bz2 \ | 5 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.27/glib-${PV}.tar.bz2 \ |
6 | file://configure-libtool.patch \ | 6 | file://configure-libtool.patch \ |
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 | ||
29 | EXTRA_OECONF = "--disable-debug --enable-included-printf=no" | 29 | EXTRA_OECONF = "--disable-debug --enable-included-printf=no" |
30 | EXTRA_OECONF_virtclass-native = "" | 30 | EXTRA_OECONF_virtclass-native = "" |
31 | EXTRA_OECONF_poky-lsb = "--enable-included-printf=no" | ||
31 | 32 | ||
32 | FILES_${PN} = "${libdir}/lib*${SOLIBS}" | 33 | FILES_${PN} = "${libdir}/lib*${SOLIBS}" |
33 | FILES_${PN}-dev += "${libdir}/glib-2.0/include" | 34 | FILES_${PN}-dev += "${libdir}/glib-2.0/include" |