[oe-commits] [openembedded-core] 07/08: glib-2.0: Put glib-compile-schemas back in -utils

git at git.openembedded.org git at git.openembedded.org
Mon Apr 11 21:05:08 UTC 2016


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

commit bd18a6c8f0b9bb220e4be0c803a146544555e69e
Author: Jussi Kukkonen <jussi.kukkonen at intel.com>
AuthorDate: Mon Apr 11 14:07:52 2016 +0300

    glib-2.0: Put glib-compile-schemas back in -utils
    
    Commit cc97d576 moved a bunch of development tools to the -dev
    package. glib-compile-schemas is actually used in postinst by
    gsettings.bbclass so it needs to be available on target at package
    install time: Move the tool back to glib-2.0-utils which
    gsettings.bbclass depends on.
    
    Fixes [YOCTO #9431].
    
    Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/glib-2.0/glib.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index 3a03191..e764fad 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -57,7 +57,6 @@ FILES_${PN}-dev += "${libdir}/glib-2.0/include \
                     ${bindir}/glib-genmarshal \
                     ${bindir}/glib-gettextize \
                     ${bindir}/glib-mkenums \
-                    ${bindir}/glib-compile-schemas \
                     ${bindir}/glib-compile-resources \
                     ${datadir}/glib-2.0/gettext/po/Makefile.in.in \
                     ${datadir}/glib-2.0/schemas/gschema.dtd"

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


More information about the Openembedded-commits mailing list