From cfb502cc2b2ba39b1b6f970b2410190cca2ba0fc Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 30 Aug 2012 15:51:59 +0100 Subject: glib-2.0: don't disable all debugging functionality GLib will use "minimal" debugging on non-development builds and the extra safety net and ability to debug at all is totally worth the small performance cost. If someone has a need for every ounce of performance, a simple .bbappend can restore this option. (From OE-Core rev: 4337545ea05ec9d9f64244bb6be83fab329478d1) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb') diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb index 8f7cd69f82..7bc97d68d3 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb @@ -1,6 +1,6 @@ require glib.inc -PR = "r4" +PR = "r5" PE = "1" DEPENDS += "libffi python-argparse-native zlib" -- cgit v1.2.3-54-g00ecf