[oe-commits] [openembedded-core] 17/39: gconf: fix buildpaths QA issue

git at git.openembedded.org git at git.openembedded.org
Thu Mar 24 21:45:22 UTC 2016


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

commit 63ff01539914fe36a91196c792e5404d668b6b81
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Tue Mar 22 08:12:44 2016 -0400

    gconf: fix buildpaths QA issue
    
    The build paths come from debug mode, and GConf is effectively
    unmaintained these days anyway. So explicitly disable debug
    to fix build paths QA issue.
    
    The minimum still keeps Glib check and assert which can result in
    crashes if bad data is passed to the API.
    
    [YOCTO #7058]
    
    Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-gnome/gnome/gconf_3.2.6.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb
index feaf080..76fca14 100644
--- a/meta/recipes-gnome/gnome/gconf_3.2.6.bb
+++ b/meta/recipes-gnome/gnome/gconf_3.2.6.bb
@@ -17,7 +17,7 @@ SRC_URI[archive.sha256sum] = "1912b91803ab09a5eed34d364bf09fe3a2a9c96751fde03a4e
 
 S = "${WORKDIR}/GConf-${PV}"
 
-EXTRA_OECONF = "--enable-shared --disable-static --enable-debug=yes \
+EXTRA_OECONF = "--enable-shared --disable-static \
                 --disable-orbit --with-openldap=no --disable-gtk"
 
 # Disable PolicyKit by default
@@ -27,6 +27,7 @@ PACKAGECONFIG_class-native = ""
 PACKAGECONFIG_libc-uclibc = ""
 
 PACKAGECONFIG[policykit] = "--enable-defaults-service,--disable-defaults-service,polkit"
+PACKAGECONFIG[debug] = "--enable-debug=yes, --enable-debug=minimum"
 
 do_install_append() {
 	# this directory need to be created to avoid an Error 256 at gdm launch

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


More information about the Openembedded-commits mailing list