All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][PATCH] psplash: add psplash-default in rdepends
@ 2022-10-05 17:19 thomas.perrot
  2022-10-05 17:25 ` Michael Opdenacker
  0 siblings, 1 reply; 4+ messages in thread
From: thomas.perrot @ 2022-10-05 17:19 UTC (permalink / raw)
  To: openembedded-core; +Cc: Thomas Perrot

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"
-- 
2.37.3



^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [OE-core][PATCH] psplash: add psplash-default in rdepends
@ 2022-10-05 14:57 Thomas Perrot
  2022-10-05 16:03 ` Michael Opdenacker
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Perrot @ 2022-10-05 14:57 UTC (permalink / raw)
  To: openembedded-core; +Cc: Thomas Perrot

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"
-- 
2.37.3



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-05 17:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-05 17:19 [OE-core][PATCH] psplash: add psplash-default in rdepends thomas.perrot
2022-10-05 17:25 ` Michael Opdenacker
  -- strict thread matches above, loose matches on Subject: below --
2022-10-05 14:57 Thomas Perrot
2022-10-05 16:03 ` Michael Opdenacker

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.