From 2639ab4fd8855ada4ae8e2093868d7978220e783 Mon Sep 17 00:00:00 2001 From: Niko Mauno Date: Sun, 27 Apr 2025 12:10:08 +0000 Subject: [PATCH] dbus: Remove 'dbus-x11' from RPROVIDES Since runtime dependencies to the old 'dbus-x11' compatibility label are now no longer used in either poky or meta-openembedded provided layers, we can remove it. Signed-off-by: Niko Mauno Signed-off-by: Richard Purdie --- meta/recipes-core/dbus/dbus_1.16.2.bb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/meta/recipes-core/dbus/dbus_1.16.2.bb b/meta/recipes-core/dbus/dbus_1.16.2.bb index eeeecde9461..caff4c079bb 100644 --- a/meta/recipes-core/dbus/dbus_1.16.2.bb +++ b/meta/recipes-core/dbus/dbus_1.16.2.bb @@ -67,13 +67,6 @@ CONFFILES:${PN} = "${sysconfdir}/dbus-1/system.conf ${sysconfdir}/dbus-1/session DEBIANNAME:${PN} = "dbus-1" -OLDPKGNAME = "dbus-x11" -OLDPKGNAME:class-nativesdk = "" - -# for compatibility -RPROVIDES:${PN} = "${OLDPKGNAME}" -RREPLACES:${PN} += "${OLDPKGNAME}" - FILES:${PN} = "${bindir}/dbus-daemon* \ ${bindir}/dbus-cleanup-sockets \ ${bindir}/dbus-launch \ -- 2.47.3