diff mbox series

texinfo: support multilib installation of pod2texi

Message ID 20250418081910.382530-1-changqing.li@windriver.com
State New
Headers show
Series texinfo: support multilib installation of pod2texi | expand

Commit Message

Changqing Li April 18, 2025, 8:19 a.m. UTC
From: Changqing Li <changqing.li@windriver.com>

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta/recipes-extended/texinfo/texinfo_7.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"