mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +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:
committed by
Richard Purdie
parent
811a9f7a33
commit
df38d6cbf8
@@ -1,6 +1,6 @@
|
|||||||
require glib.inc
|
require glib.inc
|
||||||
|
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.27/glib-${PV}.tar.bz2 \
|
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.27/glib-${PV}.tar.bz2 \
|
||||||
file://configure-libtool.patch \
|
file://configure-libtool.patch \
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ S = "${WORKDIR}/glib-${PV}"
|
|||||||
|
|
||||||
EXTRA_OECONF = "--disable-debug --enable-included-printf=no"
|
EXTRA_OECONF = "--disable-debug --enable-included-printf=no"
|
||||||
EXTRA_OECONF_virtclass-native = ""
|
EXTRA_OECONF_virtclass-native = ""
|
||||||
|
EXTRA_OECONF_poky-lsb = "--enable-included-printf=no"
|
||||||
|
|
||||||
FILES_${PN} = "${libdir}/lib*${SOLIBS}"
|
FILES_${PN} = "${libdir}/lib*${SOLIBS}"
|
||||||
FILES_${PN}-dev += "${libdir}/glib-2.0/include"
|
FILES_${PN}-dev += "${libdir}/glib-2.0/include"
|
||||||
|
|||||||
Reference in New Issue
Block a user