From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] openssl: Add missing perl module runtime dependencies for ptests
Date: Fri, 30 Sep 2022 22:44:10 +0200 [thread overview]
Message-ID: <YzdVGmP2GoownRfx@mail.local> (raw)
In-Reply-To: <20220930041614.2704304-1-raj.khem@gmail.com>
Hello,
This caused many issues on the autobuilders, similar to those:
https://autobuilder.yoctoproject.org/typhoon/#/builders/65/builds/5982/steps/11/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/96/builds/3796/steps/11/logs/stdio
On 29/09/2022 21:16:14-0700, Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> meta/recipes-connectivity/openssl/openssl_3.0.5.bb | 11 ++++++++++-
> 1 file changed, 10 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-connectivity/openssl/openssl_3.0.5.bb b/meta/recipes-connectivity/openssl/openssl_3.0.5.bb
> index 04aff04fab..119e58ed24 100644
> --- a/meta/recipes-connectivity/openssl/openssl_3.0.5.bb
> +++ b/meta/recipes-connectivity/openssl/openssl_3.0.5.bb
> @@ -243,7 +243,16 @@ CONFFILES:openssl-conf = "${sysconfdir}/ssl/openssl.cnf"
>
> RRECOMMENDS:libcrypto += "openssl-conf ${PN}-ossl-module-legacy"
> RDEPENDS:${PN}-misc = "perl"
> -RDEPENDS:${PN}-ptest += "openssl-bin perl perl-modules bash sed"
> +RDEPENDS:${PN}-ptest += "bash sed openssl-bin \
> + perl perl-modules \
> + perl-module-file-spec-functions \
> + perl-module-findbin perl-module-harness perl-module-tap-base \
> + perl-module-tap-object perl-module-tap-parser-sourcehandler-executable \
> + perl-module-tap-formatter-file perl-module-tap-formatter-session \
> + perl-module-tap-formatter-base perl-module-tap-parser \
> + perl-module-tap-parser-scheduler perl-module-test-more \
> + perl-module-pod-text perl-module-encode-encoding \
> + "
>
> RDEPENDS:${PN}-bin += "openssl-conf"
>
> --
> 2.37.3
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#171204): https://lists.openembedded.org/g/openembedded-core/message/171204
> Mute This Topic: https://lists.openembedded.org/mt/94010252/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2022-09-30 20:44 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-30 4:16 [PATCH] openssl: Add missing perl module runtime dependencies for ptests Khem Raj
2022-09-30 10:16 ` [OE-core] " Ross Burton
2022-09-30 10:37 ` Ross Burton
2022-09-30 16:03 ` Khem Raj
2022-09-30 16:29 ` Ross Burton
2022-09-30 16:42 ` Khem Raj
2022-09-30 17:01 ` Ross Burton
2022-09-30 17:08 ` Khem Raj
2022-09-30 17:10 ` Khem Raj
2022-09-30 17:46 ` Khem Raj
2022-10-01 20:01 ` Ross Burton
2022-10-01 22:29 ` Khem Raj
2022-10-04 6:43 ` Khem Raj
2022-09-30 20:44 ` Alexandre Belloni [this message]
2022-09-30 22:11 ` Khem Raj
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=YzdVGmP2GoownRfx@mail.local \
--to=alexandre.belloni@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.