Message ID | 20250418081910.382530-1-changqing.li@windriver.com |
---|---|
State | New |
Headers | show |
Series | texinfo: support multilib installation of pod2texi | expand |
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"