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-efl | |
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-efl')
-rw-r--r-- | meta-systemd/meta-efl/recipes-efl/efl/entrance_svn.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-systemd/meta-efl/recipes-efl/efl/entrance_svn.bbappend b/meta-systemd/meta-efl/recipes-efl/efl/entrance_svn.bbappend index 64f1444fb..63c33fb57 100644 --- a/meta-systemd/meta-efl/recipes-efl/efl/entrance_svn.bbappend +++ b/meta-systemd/meta-efl/recipes-efl/efl/entrance_svn.bbappend | |||
@@ -7,6 +7,8 @@ inherit systemd | |||
7 | SRC_URI += "file://entrance.service" | 7 | SRC_URI += "file://entrance.service" |
8 | 8 | ||
9 | RPROVIDES_${PN} += "${PN}-systemd" | 9 | RPROVIDES_${PN} += "${PN}-systemd" |
10 | RREPLACES_${PN} += "${PN}-systemd" | ||
11 | RCONFLICTS_${PN} += "${PN}-systemd" | ||
10 | 12 | ||
11 | SYSTEMD_SERVICE_${PN} = "entrance.service" | 13 | SYSTEMD_SERVICE_${PN} = "entrance.service" |
12 | 14 | ||