aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/oe-core/recipes-core
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-04-12 13:43:14 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-12 18:50:16 +0200
commit739fc9759909215ba7c4831e839e3479631de04f (patch)
tree15f900dbc27cdb92c2703ab9f88affe7bd63a282 /meta-systemd/oe-core/recipes-core
parent1482cfe735de97eec6bc87cb653c92aef002bc10 (diff)
downloadmeta-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/oe-core/recipes-core')
-rw-r--r--meta-systemd/oe-core/recipes-core/util-linux/util-linux_2.22.2.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-systemd/oe-core/recipes-core/util-linux/util-linux_2.22.2.bbappend b/meta-systemd/oe-core/recipes-core/util-linux/util-linux_2.22.2.bbappend
index 12a9823c80..fae15a0548 100644
--- a/meta-systemd/oe-core/recipes-core/util-linux/util-linux_2.22.2.bbappend
+++ b/meta-systemd/oe-core/recipes-core/util-linux/util-linux_2.22.2.bbappend
@@ -5,4 +5,6 @@ PRINC := "${@int(PRINC) + 2}"
SYSTEMD_UNITDIR = "${systemd_unitdir}/system"
EXTRA_OECONF += "--enable-socket-activation --with-systemdsystemunitdir=${SYSTEMD_UNITDIR}"
RPROVIDES_${PN} += "${PN}-systemd"
+RREPLACES_${PN} += "${PN}-systemd"
+RCONFLICTS_${PN} += "${PN}-systemd"
SYSTEMD_SERVICE_${PN} = "uuidd.socket"