From: Harish Sadineni <[email protected]>

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 <[email protected]>
---
 .../packagegroups/nativesdk-packagegroup-sdk-host.bb           | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb 
b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
index c1d3c25060..70a7d3e494 100644
--- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
+++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
@@ -30,6 +30,9 @@ RDEPENDS:${PN} = "\
     nativesdk-bison \
     nativesdk-flex \
     nativesdk-perl-module-integer \
+    nativesdk-perl-module-bignum  \
+    nativesdk-perl-module-bigint \
+    nativesdk-perl-module-math-bigint \
     "
 
 RDEPENDS:${PN}:darwin = "\
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#204422): 
https://lists.openembedded.org/g/openembedded-core/message/204422
Mute This Topic: https://lists.openembedded.org/mt/108408163/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to