>This doesn't address my feedback/concerns in the original patch.
>SHouldn't these dependencies be added to the nativesdk-binutils-gprofng
>RDEPENDS?

As you suggested, we made changes accordingly and sent v5 .

Thanks
Harish
________________________________
From: Richard Purdie <richard.pur...@linuxfoundation.org>
Sent: Thursday, September 19, 2024 3:35 PM
To: Sadineni, Harish <harish.sadin...@windriver.com>; 
openembedded-core@lists.openembedded.org 
<openembedded-core@lists.openembedded.org>
Cc: Gowda, Naveen <naveen.go...@windriver.com>; Kokkonda, Sundeep 
<sundeep.kokko...@windriver.com>
Subject: Re: [OE-core] [PATCH v4 2/2] nativesdk-packagegroup-sdk-host: Add 
missing perl modules to RDEPENDS

CAUTION: This email comes from a non Wind River email account!
Do not click links or open attachments unless you recognize the sender and know 
the content is safe.

On Thu, 2024-09-19 at 02:42 -0700, Sadineni, Harish via lists.openembedded.org 
wrote:
> From: Harish Sadineni <harish.sadin...@windriver.com>
>
> In SDK, missing perl modules causes 'x86_64-pokysdk-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)
>
> By adding the following perl modules to RDEPENDS fixes the above errors:
>   nativesdk-perl-module-bignum
>   nativesdk-perl-module-bigint
>   nativesdk-perl-module-math-bigint
>
> Signed-off-by: Harish Sadineni <harish.sadin...@windriver.com>
> ---
>  .../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 = "\

This doesn't address my feedback/concerns in the original patch.
SHouldn't these dependencies be added to the nativesdk-binutils-gprofng
RDEPENDS?

Cheers,

Richard
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#204683): 
https://lists.openembedded.org/g/openembedded-core/message/204683
Mute This Topic: https://lists.openembedded.org/mt/108536644/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to