From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Harish.Sadineni@windriver.com, openembedded-core@lists.openembedded.org
Cc: Randy.MacLeod@windriver.com, Naveen.Gowda@windriver.com,
Sundeep.Kokkonda@windriver.com
Subject: Re: [OE-core] [PATCH v3 3/3] nativesdk-packagegroup-sdk-host: Add missing perl modules to RDEPENDS
Date: Thu, 12 Sep 2024 07:44:33 +0100 [thread overview]
Message-ID: <6c8dfca6bf09ecbbbd94467fa74d3fc597d6d789.camel@linuxfoundation.org> (raw)
In-Reply-To: <20240912054628.1539323-3-Harish.Sadineni@windriver.com>
On Wed, 2024-09-11 at 22:46 -0700, Sadineni, Harish via lists.openembedded.org wrote:
> From: Harish Sadineni <Harish.Sadineni@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.Sadineni@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 = "\
>
Those dependencies should really be added to binutils-gprofng?
Cheers,
Richard
prev parent reply other threads:[~2024-09-12 6:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-12 5:46 [PATCH v3 1/3] binutils: Fix packaging of bfd-plugins Harish.Sadineni
2024-09-12 5:46 ` [PATCH v3 2/3] binutils-cross-canadian: add gprofng package as runtime dependency Harish.Sadineni
2024-09-12 6:42 ` [OE-core] " Richard Purdie
2024-09-12 5:46 ` [PATCH v3 3/3] nativesdk-packagegroup-sdk-host: Add missing perl modules to RDEPENDS Harish.Sadineni
2024-09-12 6:44 ` Richard Purdie [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6c8dfca6bf09ecbbbd94467fa74d3fc597d6d789.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=Harish.Sadineni@windriver.com \
--cc=Naveen.Gowda@windriver.com \
--cc=Randy.MacLeod@windriver.com \
--cc=Sundeep.Kokkonda@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox