mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
dbus: Ensure dbus-nativesdk doesn't RPROVIDE dbus-x11
dbus-x11 should not RPROVIDE dbus-x11 as this is incorrect and confuses builds. This fixes the nativesdk case. (From OE-Core rev: f4cc32585f9ac392460991b46b8cfa7a347a27e6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -33,9 +33,12 @@ DEBIANNAME_${PN} = "dbus-1"
|
|||||||
|
|
||||||
PACKAGES =+ "${PN}-lib ${PN}-systemd"
|
PACKAGES =+ "${PN}-lib ${PN}-systemd"
|
||||||
|
|
||||||
|
OLDPKGNAME = "dbus-x11"
|
||||||
|
OLDPKGNAME_virtclass-nativesdk = ""
|
||||||
|
|
||||||
# for compatibility
|
# for compatibility
|
||||||
RPROVIDES_${PN} = "dbus-x11"
|
RPROVIDES_${PN} = "${OLDPKGNAME}"
|
||||||
RREPLACES_${PN} += "dbus-x11"
|
RREPLACES_${PN} += "${OLDPKGNAME}"
|
||||||
|
|
||||||
FILES_${PN}-systemd = "${systemd_unitdir}/system/"
|
FILES_${PN}-systemd = "${systemd_unitdir}/system/"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user