diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/dbus/dbus.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 164c4d358d..1984c74c6d 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc | |||
@@ -33,9 +33,12 @@ DEBIANNAME_${PN} = "dbus-1" | |||
33 | 33 | ||
34 | PACKAGES =+ "${PN}-lib ${PN}-systemd" | 34 | PACKAGES =+ "${PN}-lib ${PN}-systemd" |
35 | 35 | ||
36 | OLDPKGNAME = "dbus-x11" | ||
37 | OLDPKGNAME_virtclass-nativesdk = "" | ||
38 | |||
36 | # for compatibility | 39 | # for compatibility |
37 | RPROVIDES_${PN} = "dbus-x11" | 40 | RPROVIDES_${PN} = "${OLDPKGNAME}" |
38 | RREPLACES_${PN} += "dbus-x11" | 41 | RREPLACES_${PN} += "${OLDPKGNAME}" |
39 | 42 | ||
40 | FILES_${PN}-systemd = "${systemd_unitdir}/system/" | 43 | FILES_${PN}-systemd = "${systemd_unitdir}/system/" |
41 | 44 | ||