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" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#197440): https://lists.openembedded.org/g/openembedded-core/message/197440 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] -=-=-=-=-=-=-=-=-=-=-=-