mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
texinfo: fix multilib file confliction
Inherit multilib_script to fix file confliction when mutlilib enabled.
| Error: Transaction check error:
| file /usr/bin/texi2any conflicts between attempted installs of
lib32-texinfo-6.5-r0.core2_32 and texinfo-6.5-r0.core2_64
(From OE-Core rev: 08b6a12e674f7a202bb29fbb465997e8303ccb5d)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -42,7 +42,9 @@ SRC_URI[sha256sum] = "d34272e4042c46186ddcd66bd5d980c0ca14ff734444686ccf8131f6ec
|
||||
|
||||
tex_texinfo = "texmf/tex/texinfo"
|
||||
|
||||
inherit gettext autotools
|
||||
inherit gettext autotools multilib_script
|
||||
|
||||
MULTILIB_SCRIPTS = "${PN}:${bindir}/texi2any"
|
||||
|
||||
EXTRA_AUTORECONF += "-I ${S}/gnulib/m4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user