* [PATCH] glib-2.0: Put glib-compile-schemas back in -utils
@ 2016-04-11 11:07 Jussi Kukkonen
2016-04-11 14:08 ` Gary Thomas
0 siblings, 1 reply; 2+ messages in thread
From: Jussi Kukkonen @ 2016-04-11 11:07 UTC (permalink / raw)
To: openembedded-core, gary
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>
---
I also reviewed again the other tools that were moved in cc97d576:
this one seems like the only one that is needed at postinst.
Possibly glib-compile-schemas should be installed with the library
(like qio-querymodules now is) but I'd rather not do that at this
point in the release as it would mean other changes like moving
the binary install location.
This commit is also available in the git repository at:
git://git.yoctoproject.org/poky-contrib jku/glib-compile-schemas
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"
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] glib-2.0: Put glib-compile-schemas back in -utils
2016-04-11 11:07 [PATCH] glib-2.0: Put glib-compile-schemas back in -utils Jussi Kukkonen
@ 2016-04-11 14:08 ` Gary Thomas
0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2016-04-11 14:08 UTC (permalink / raw)
To: Jussi Kukkonen, openembedded-core
On 2016-04-11 13:07, Jussi Kukkonen wrote:
> 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>
Looks like this fixes it, thanks.
Acked-by: Gary Thomas <gary@mlbassoc.com>
> ---
>
> I also reviewed again the other tools that were moved in cc97d576:
> this one seems like the only one that is needed at postinst.
>
> Possibly glib-compile-schemas should be installed with the library
> (like qio-querymodules now is) but I'd rather not do that at this
> point in the release as it would mean other changes like moving
> the binary install location.
>
> This commit is also available in the git repository at:
>
> git://git.yoctoproject.org/poky-contrib jku/glib-compile-schemas
>
>
> 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"
>
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-11 14:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-11 11:07 [PATCH] glib-2.0: Put glib-compile-schemas back in -utils Jussi Kukkonen
2016-04-11 14:08 ` Gary Thomas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox