]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
texinfo: add missing perl module runtime dependencies
authorXiaozhan Li <Xiaozhan.Li.CN@windriver.com>
Tue, 9 Jun 2026 12:16:33 +0000 (20:16 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Jun 2026 16:28:11 +0000 (17:28 +0100)
commitbfe02ddac02e4d949dea67db20979565ea4c3f30
tree5663cf2ca03d2b739d5fcc50701f641daa3d9764
parent294409c4bfe392471509d4cb6c1e6fb1063d2b3b
texinfo: add missing perl module runtime dependencies

Some makeinfo commands like makeinfo --version, makeinfo --html fail on target
with errors like:Can't locate xxx.pm in @INC
This is because texinfo's texi2any requires several core Perl modules
that are split into separate packages in OE. Add the missing modules
to RDEPENDS so they are pulled into the image automatically.

Signed-off-by: Xiaozhan Li <Xiaozhan.Li.CN@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb
meta/recipes-extended/texinfo/texinfo_7.3.bb