diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-04-11 14:07:52 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-12 22:45:33 +0100 |
commit | 0baf3ff7867e95ae5f700ddd225c1bde6d5dfc38 (patch) | |
tree | 52773809109326da579b1ce2db9c9e8f40c544db /meta/recipes-core | |
parent | da0abb9679cb1fd639859a2fdbd82101d0a81259 (diff) | |
download | openembedded-core-0baf3ff7867e95ae5f700ddd225c1bde6d5dfc38.tar.gz openembedded-core-0baf3ff7867e95ae5f700ddd225c1bde6d5dfc38.tar.bz2 openembedded-core-0baf3ff7867e95ae5f700ddd225c1bde6d5dfc38.zip |
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 3a03191ba0..e764fad13a 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" |