diff options
author | Kai Kang <kai.kang@windriver.com> | 2020-11-17 11:13:40 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-24 15:49:32 +0000 |
commit | 8c28435258ea28dadbbbe9506beae700c226c379 (patch) | |
tree | c486fa6b3e4d37f76f3386f7294e5ca541316be6 /meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb | |
parent | 37b51ed0764e7dd953448e61757a91df31dd11a0 (diff) | |
download | poky-8c28435258ea28dadbbbe9506beae700c226c379.tar.gz |
sudo: fix multilib conflict
It fails to install sudo and lib32-sudo at same time:
| Error: Transaction test error:
| file /usr/libexec/sudo/audit_json.so conflicts between attempted
installs of lib32-sudo-1.9.3p1-r0.core2_32 and sudo-1.9.3p1-r0.core2_64
| file /usr/libexec/sudo/group_file.so conflicts between attempted
installs of lib32-sudo-1.9.3p1-r0.core2_32 and sudo-1.9.3p1-r0.core2_64
Pass ${libdir} to configure option --libexecdir of sudo that it installs
plugin libraries to /usr/lib{,64} rather than /usr/libexec/. Then add a
patch to fix multilib conflict of sudo.conf.
[RP: Add missing Upstream-Status]
(From OE-Core rev: c9b6974cfcac370c6848d28400e0546ac85512e9)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb')
0 files changed, 0 insertions, 0 deletions