diff mbox series

nativesdk-packagegroup-sdk-host: add nativesdk-gprofng package to RDEPENDS

Message ID 20250911120855.2268283-1-Harish.Sadineni@windriver.com
State New
Headers show
Series nativesdk-packagegroup-sdk-host: add nativesdk-gprofng package to RDEPENDS | expand

Commit Message

Sadineni, Harish Sept. 11, 2025, 12:08 p.m. UTC
From: Harish Sadineni <Harish.Sadineni@windriver.com>

In sdk while running "x86_64-poky-linux-gp-display-html --help" gives
following error:
$sdk/sysroots/x86_64-pokysdk-linux/usr/bin/x86_64-poky-linux->
./x86_64-poky-linux-gp-display-html --help
Can't locate bigint.pm in @INC (you may need to install the bigint module

The patch from below link will fix this issue but only when
nativesdk-gprofng is installed.
https://lists.openembedded.org/g/openembedded-core/message/204681

Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
---
 .../packagegroups/nativesdk-packagegroup-sdk-host.bb             | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
index c1d3c25060..5374067bab 100644
--- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
+++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
@@ -30,6 +30,7 @@  RDEPENDS:${PN} = "\
     nativesdk-bison \
     nativesdk-flex \
     nativesdk-perl-module-integer \
+    nativesdk-gprofng \
     "
 
 RDEPENDS:${PN}:darwin = "\