| Message ID | 20250418081910.382530-1-changqing.li@windriver.com |
|---|---|
| State | New |
| Headers | show |
| Series | texinfo: support multilib installation of pod2texi | expand |
On 18 Apr 2025, at 09:19, Changqing Li via lists.openembedded.org <changqing.li=windriver.com@lists.openembedded.org> wrote: > --- a/meta/recipes-extended/texinfo/texinfo_7.2.bb > +++ b/meta/recipes-extended/texinfo/texinfo_7.2.bb > @@ -40,7 +40,7 @@ tex_texinfo = "texmf/tex/texinfo" > > inherit gettext autotools multilib_script > > -MULTILIB_SCRIPTS = "${PN}:${bindir}/texi2any" > +MULTILIB_SCRIPTS = "${PN}:${bindir}/texi2any ${PN}:${bindir}/pod2texi” Why would texinfo need to be multilib at all? Isn’t this like multilibing coreutils? Ross
diff --git a/meta/recipes-extended/texinfo/texinfo_7.2.bb b/meta/recipes-extended/texinfo/texinfo_7.2.bb index 784f67f65b..0b6d2cb4e5 100644 --- a/meta/recipes-extended/texinfo/texinfo_7.2.bb +++ b/meta/recipes-extended/texinfo/texinfo_7.2.bb @@ -40,7 +40,7 @@ tex_texinfo = "texmf/tex/texinfo" inherit gettext autotools multilib_script -MULTILIB_SCRIPTS = "${PN}:${bindir}/texi2any" +MULTILIB_SCRIPTS = "${PN}:${bindir}/texi2any ${PN}:${bindir}/pod2texi" EXTRA_AUTORECONF += "-I ${S}/gnulib/m4" CACHED_CONFIGUREVARS += "texinfo_cv_sys_iconv_converts_euc_cn=yes"