diff mbox series

[2/2] packagegroup-core-x11: Drop dbus-x11 in REDEPENDS:${PN}-utils

Message ID 20250319091329.3057329-2-niko.mauno@vaisala.com
State New
Headers show
Series [1/2] packagegroup-core-x11: Avoid non-ASCII in RDEPENDS | expand

Commit Message

Niko Mauno March 19, 2025, 9:13 a.m. UTC
Commit 5dfca64b78375de279b6ce7c9bffcaa35db5dc17 ("dbus-glib: depend on
dbus, not dbus-x11") mentions that

  dbus-x11 hasn't existed as a package since 2012[1] and is just a
  RPROVIDES in dbus, so depend on dbus directly instead.

Since similar change here would induce an error:

  An allarch packagegroup shouldn't depend on packages which are dynamically renamed (dbus to dbus-1)

and since dbus package can hardly be considered a X11 utility,
remove the entry altogether.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
---
 meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
index 10184f1cf1..41335cbf6d 100644
--- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
+++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
@@ -31,5 +31,4 @@  RDEPENDS:${PN}-utils = "\
     xmodmap \
     xdpyinfo \
     xinput-calibrator \
-    dbus-x11 \
     "