]> code.ossystems Code Review - openembedded-core.git/commitdiff
glib-2.0: Put glib-compile-schemas back in -utils
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Mon, 11 Apr 2016 11:07:52 +0000 (14:07 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Apr 2016 21:45:33 +0000 (22:45 +0100)
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glib-2.0/glib.inc

index 3a03191ba06f0fe5afcc7d9327206920c88bccdd..e764fad13aed9b5c5ba676bd5cc0925f6900bd2e 100644 (file)
@@ -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"