diff options
author | Kai Kang <kai.kang@windriver.com> | 2018-09-11 19:25:20 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-13 07:42:28 +0100 |
commit | ee929034ebd712c702bb1199dec59999d91c15f0 (patch) | |
tree | 333d0a8ced47881c115c0e418176fe34a6235c5c /scripts/sstate-cache-management.sh | |
parent | 44fa30ffa23c9816f4eade57b4002f0c9fa89735 (diff) | |
download | poky-ee929034ebd712c702bb1199dec59999d91c15f0.tar.gz |
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.
(From OE-Core rev: cad28bd74438d8edbdb02a2d56169e2a55260ca8)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/sstate-cache-management.sh')
0 files changed, 0 insertions, 0 deletions