diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-12 13:43:14 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-12 18:50:16 +0200 |
| commit | 739fc9759909215ba7c4831e839e3479631de04f (patch) | |
| tree | 15f900dbc27cdb92c2703ab9f88affe7bd63a282 /meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bbappend | |
| parent | 1482cfe735de97eec6bc87cb653c92aef002bc10 (diff) | |
| download | meta-openembedded-739fc9759909215ba7c4831e839e3479631de04f.tar.gz | |
meta-systemd: Add not only RPROVIDES, but also RREPLACES/RCONFLICTS
with this combo opkg should automatically remove PN-systemd and replace it with PN
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 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 | |||
| 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 |
