From 65401d478557b6d65a7130bb9b371e06bf34a391 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 14 Apr 2013 17:34:42 +0200 Subject: dbus: add bbappend to fix upgrade path * check_data_file_clashes: Package dbus-1 wants to install file /lib/systemd/system/multi-user.target.wants/dbus.service But that file is already provided by package * dbus-systemd * check_data_file_clashes: Package dbus-1 wants to install file /lib/systemd/system/dbus.socket But that file is already provided by package * dbus-systemd * check_data_file_clashes: Package dbus-1 wants to install file /lib/systemd/system/sockets.target.wants/dbus.socket But that file is already provided by package * dbus-systemd Signed-off-by: Martin Jansa --- meta-systemd/oe-core/recipes-core/dbus/dbus_1.6.8.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-systemd/oe-core/recipes-core/dbus/dbus_1.6.8.bbappend (limited to 'meta-systemd/oe-core/recipes-core') diff --git a/meta-systemd/oe-core/recipes-core/dbus/dbus_1.6.8.bbappend b/meta-systemd/oe-core/recipes-core/dbus/dbus_1.6.8.bbappend new file mode 100644 index 0000000000..e90c555444 --- /dev/null +++ b/meta-systemd/oe-core/recipes-core/dbus/dbus_1.6.8.bbappend @@ -0,0 +1,5 @@ +PRINC := "${@int(PRINC) + 1}" + +RPROVIDES_${PN} += "${PN}-systemd" +RREPLACES_${PN} += "${PN}-systemd" +RCONFLICTS_${PN} += "${PN}-systemd" -- cgit 1.2.3-korg