On Fri, 2024-03-22 at 03:10 -0700, Sadineni, Harish via lists.openembedded.org wrote: > From: Harish Sadineni <harish.sadin...@windriver.com> > > In SDK, missing perl modules causes 'x86_64-wrlinuxsdk-linux-gp- > display-html --help' to abort with below errors.. > - Can't locate bignum.pm in @INC (you may need to install the > feature module). > - Can't locate Math/BigInt.pm in @INC (you may need to install the > Math::BigInt module) > > Signed-off-by: Harish Sadineni <harish.sadin...@windriver.com> > --- > meta/recipes-devtools/autoconf/autoconf_2.72e.bb | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/meta/recipes-devtools/autoconf/autoconf_2.72e.bb > b/meta/recipes-devtools/autoconf/autoconf_2.72e.bb > index db374373cf..2a459b7cb6 100644 > --- a/meta/recipes-devtools/autoconf/autoconf_2.72e.bb > +++ b/meta/recipes-devtools/autoconf/autoconf_2.72e.bb > @@ -52,6 +52,9 @@ RDEPENDS:${PN} = "m4 gnu-config \ > perl-module-thread-queue \ > perl-module-threads \ > perl-module-feature \ > + perl-module-bignum \ > + perl-module-bigint \ > + perl-module-math-bigint \ > " > RDEPENDS:${PN}:class-native = "m4-native gnu-config-native hostperl- > runtime-native" >
Was this dependency missing from autoconf or was it from some tools in binutils? If the latter, we should be adding the missing dependency to the specific package. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#197450): https://lists.openembedded.org/g/openembedded-core/message/197450 Mute This Topic: https://lists.openembedded.org/mt/105082440/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-