[oe-commits] [openembedded-core] 09/10: pango: don't disable debugging

git at git.openembedded.org git at git.openembedded.org
Wed Oct 3 14:26:45 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 47e079a568ae79a01dac16de2fcf2b77ef689ab6
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Oct 3 12:48:51 2018 +0100

    pango: don't disable debugging
    
    By explicitly disabling debugging we get *no* safety checks: the GLib asserts
    and checks are all disabled.  This is fine for absolute performance but
    something that should be opt-in.
    
    This also breaks the test suite, which relies upon the asserts to work.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/pango/pango_1.42.4.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-graphics/pango/pango_1.42.4.bb b/meta/recipes-graphics/pango/pango_1.42.4.bb
index e73fd28..fc610a9 100644
--- a/meta/recipes-graphics/pango/pango_1.42.4.bb
+++ b/meta/recipes-graphics/pango/pango_1.42.4.bb
@@ -24,8 +24,6 @@ DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo h
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
 PACKAGECONFIG[x11] = "--with-xft,--without-xft,virtual/libx11 libxft"
 
-EXTRA_OECONF = "--disable-debug"
-
 LEAD_SONAME = "libpango-1.0*"
 LIBV = "1.8.0"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list