diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2025-03-19 09:13:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-24 17:29:16 +0000 |
commit | 34b7b0f86de95451f00ef117459ec403770e3cad (patch) | |
tree | a67f91055115e2955783fb1a7f6ef5eb7fc1239f /meta/recipes-graphics | |
parent | 43c8878da54a480f0bb255cf7b3994139bb0c02a (diff) | |
download | poky-34b7b0f86de95451f00ef117459ec403770e3cad.tar.gz |
packagegroup-core-x11: Drop dbus-x11 in REDEPENDS:${PN}-utils
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.
(From OE-Core rev: fcee101f65a3fbe1fb0420bf617fef498175a38e)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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 = "\ | |||
31 | xmodmap \ | 31 | xmodmap \ |
32 | xdpyinfo \ | 32 | xdpyinfo \ |
33 | xinput-calibrator \ | 33 | xinput-calibrator \ |
34 | dbus-x11 \ | ||
35 | " | 34 | " |