]> code.ossystems Code Review - openembedded-core.git/commit
update_gtk_immodules_cache: update for multilib
authorKai Kang <kai.kang@windriver.com>
Tue, 11 Sep 2018 23:25:20 +0000 (19:25 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Sep 2018 07:17:37 +0000 (08:17 +0100)
commitcad28bd74438d8edbdb02a2d56169e2a55260ca8
tree362c3e2b772febdddd35b70d6b9c798931e9dd18
parent53d8625732b0c8416e367d5eef43863ec2065433
update_gtk_immodules_cache: update for multilib

Postinstall script update_gtk_immodules_cache calls
${bindir}/gtk-query-immodules-${version}. When multilib is enabled, both
packages foo and lib32-foo call ${bindir}/gtk-query-immodules-${version}
and one of them will fail to run obviously.

Duplicate install files gtk-query-immodules-${version} to ${libexecdir}
with ${MLPREFIX}. And update update_gtk_immodules_cache calls proper
binary.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/gtk+/gtk+.inc
meta/recipes-gnome/gtk+/gtk+3.inc
scripts/postinst-intercepts/update_gtk_immodules_cache