diff options
Diffstat (limited to 'meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bbappend')
-rw-r--r-- | meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
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 394db215e..50c6886fa 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 | |||
10 | 10 | ||
11 | NATIVE_SYSTEMD_SUPPORT = "1" | 11 | NATIVE_SYSTEMD_SUPPORT = "1" |
12 | RPROVIDES_${PN} += "${PN}-systemd" | 12 | RPROVIDES_${PN} += "${PN}-systemd" |
13 | RREPLACES_${PN} += "${PN}-systemd" | ||
14 | RCONFLICTS_${PN} += "${PN}-systemd" | ||
13 | SYSTEMD_SERVICE_${PN} = "cloud9.service" | 15 | SYSTEMD_SERVICE_${PN} = "cloud9.service" |
14 | do_install_append() { | 16 | do_install_append() { |
15 | install -d ${D}${systemd_unitdir}/system | 17 | install -d ${D}${systemd_unitdir}/system |