Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Hiago De Franco <hiagofranco@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Hiago De Franco <hiago.franco@toradex.com>
Subject: [PATCH] weston-init: remove kbd from RDEPENDS
Date: Thu, 12 Dec 2024 18:24:31 -0300	[thread overview]
Message-ID: <20241212212431.248280-1-hiagofranco@gmail.com> (raw)

From: Hiago De Franco <hiago.franco@toradex.com>

The kbd package is no longer a hard dependency for weston-init, as
weston has replaced weston-launch with libseat and logind as its only
launchers (see [1]). Remove this dependency.

[1] https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/663/commits

Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
---
 meta/recipes-graphics/wayland/weston-init.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb
index 5723655a9bba..0f79a44e48bc 100644
--- a/meta/recipes-graphics/wayland/weston-init.bb
+++ b/meta/recipes-graphics/wayland/weston-init.bb
@@ -84,7 +84,7 @@ USERADD_PACKAGES = "${PN}"
 #
 require ${THISDIR}/required-distro-features.inc
 
-RDEPENDS:${PN} = "weston kbd ${@bb.utils.contains('PACKAGECONFIG', 'xwayland', 'weston-xwayland', '', d)}"
+RDEPENDS:${PN} = "weston ${@bb.utils.contains('PACKAGECONFIG', 'xwayland', 'weston-xwayland', '', d)}"
 
 INITSCRIPT_NAME = "weston"
 INITSCRIPT_PARAMS = "start 9 5 2 . stop 20 0 1 6 ."
-- 
2.39.5



             reply	other threads:[~2024-12-12 21:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-12 21:24 Hiago De Franco [this message]
2024-12-13 15:31 ` [OE-core] [PATCH] weston-init: remove kbd from RDEPENDS Mathieu Dubois-Briand
2024-12-13 21:34   ` Hiago De Franco

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=20241212212431.248280-1-hiagofranco@gmail.com \
    --to=hiagofranco@gmail.com \
    --cc=hiago.franco@toradex.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