From 739fc9759909215ba7c4831e839e3479631de04f Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 12 Apr 2013 13:43:14 +0200 Subject: meta-systemd: Add not only RPROVIDES, but also RREPLACES/RCONFLICTS with this combo opkg should automatically remove PN-systemd and replace it with PN --- meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bbappend | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bbappend') diff --git a/meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bbappend b/meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bbappend index 394db215e4..50c6886fa5 100644 --- a/meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bbappend +++ b/meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bbappend @@ -10,6 +10,8 @@ inherit systemd NATIVE_SYSTEMD_SUPPORT = "1" RPROVIDES_${PN} += "${PN}-systemd" +RREPLACES_${PN} += "${PN}-systemd" +RCONFLICTS_${PN} += "${PN}-systemd" SYSTEMD_SERVICE_${PN} = "cloud9.service" do_install_append() { install -d ${D}${systemd_unitdir}/system -- cgit v1.2.3-54-g00ecf