]> code.ossystems Code Review - openembedded-core.git/commit
kea: fix conflict between multilibs
authorKai Kang <kai.kang@windriver.com>
Tue, 22 Sep 2020 07:02:33 +0000 (15:02 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Sep 2020 19:53:10 +0000 (20:53 +0100)
commit2cc07c4685c95e1d7a7f8e84947ea4f01e8357d3
treee8ad7b3b7b6370936850f97c87122587682d6eb0
parent5195d5cde3467357cbda4d09e43da12963025142
kea: fix conflict between multilibs

There are conflict of config files between kea and lib32-kea:

| Error: Transaction test error:
|  file /etc/kea/kea-ctrl-agent.conf conflicts between attempted installs of
     lib32-kea-1.7.10-r0.core2_32 and kea-1.7.10-r0.core2_64
|  file /etc/kea/kea-dhcp4.conf conflicts between attempted installs of
     lib32-kea-1.7.10-r0.core2_32 and kea-1.7.10-r0.core2_64

Because they are all commented out, replace the expanded libdir path with
'$libdir' in the config files to avoid conflict.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/kea/files/fix-multilib-conflict.patch [new file with mode: 0644]
meta/recipes-connectivity/kea/kea_1.7.10.bb