diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-12 16:40:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-13 16:11:27 +0000 |
commit | 76d74e10d0d29c8c56d3cc103c77108d5f410a64 (patch) | |
tree | 857c2bdadf38473db7f4299650484426b4acee3a /meta | |
parent | 74e79e732a5f0c511d06be6b3b55a44495a18445 (diff) | |
download | poky-76d74e10d0d29c8c56d3cc103c77108d5f410a64.tar.gz |
packagegroup-core-x11-base: Drop dbus dependency
dbus isn't an x11 dependency and this suffers from debian renaming. Simply drop
the dependency.
(From OE-Core rev: ba251b128baf05fea8ad62bc42dd98584e99ad28)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb index 4e6d9908c7..0185c93354 100644 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb | |||
@@ -9,7 +9,6 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
9 | RDEPENDS:${PN} = "\ | 9 | RDEPENDS:${PN} = "\ |
10 | packagegroup-core-x11-xserver \ | 10 | packagegroup-core-x11-xserver \ |
11 | packagegroup-core-x11-utils \ | 11 | packagegroup-core-x11-utils \ |
12 | dbus \ | ||
13 | matchbox-terminal \ | 12 | matchbox-terminal \ |
14 | matchbox-wm \ | 13 | matchbox-wm \ |
15 | mini-x-session \ | 14 | mini-x-session \ |