From: Michael Opdenacker <michael.opdenacker@bootlin.com>
To: thomas.perrot@bootlin.com
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core][PATCH] psplash: add psplash-default in rdepends
Date: Wed, 5 Oct 2022 19:25:29 +0200 [thread overview]
Message-ID: <6014d530-1a29-2734-35ff-91dc8d5e469f@bootlin.com> (raw)
In-Reply-To: <20221005171914.2889050-1-thomas.perrot@bootlin.com>
On 05.10.22 19:19, Thomas Perrot via lists.openembedded.org wrote:
> From: Thomas Perrot <thomas.perrot@bootlin.com>
>
> Otherwise when the installation of recommended packages is prevented
> (NO_RECOMMENDATIONS = "1"), then splash screen will not be cast.
>
> Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
> ---
> meta/recipes-core/psplash/psplash_git.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb
> index edc0ac1d8961..9532ed1534a6 100644
> --- a/meta/recipes-core/psplash/psplash_git.bb
> +++ b/meta/recipes-core/psplash/psplash_git.bb
> @@ -58,7 +58,7 @@ python __anonymous() {
> d.setVarFlag("ALTERNATIVE_TARGET_%s" % ep, 'psplash', '${bindir}/%s' % p)
> d.appendVar("RDEPENDS:%s" % ep, " %s" % pn)
> if p == "psplash-default":
> - d.appendVar("RRECOMMENDS:%s" % pn, " %s" % ep)
> + d.appendVar("RDEPENDS:%s" % pn, " %s" % ep)
> }
>
> S = "${WORKDIR}/git"
Thanks Thomas. I confirm that the patch applies well now. You have a
correct identity as a git commit author.
Thanks again
Michael.
--
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2022-10-05 17:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-05 17:19 [OE-core][PATCH] psplash: add psplash-default in rdepends thomas.perrot
2022-10-05 17:25 ` Michael Opdenacker [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-05 14:57 Thomas Perrot
2022-10-05 16:03 ` Michael Opdenacker
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=6014d530-1a29-2734-35ff-91dc8d5e469f@bootlin.com \
--to=michael.opdenacker@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=thomas.perrot@bootlin.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.