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-gnome | |
| 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-gnome')
| -rw-r--r-- | meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend b/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend index 22e7419756..62013527c7 100644 --- a/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend +++ b/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend | |||
| @@ -15,4 +15,6 @@ do_install_append() { | |||
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | RPROVIDES_${PN} += "${PN}-systemd" | 17 | RPROVIDES_${PN} += "${PN}-systemd" |
| 18 | RREPLACES_${PN} += "${PN}-systemd" | ||
| 19 | RCONFLICTS_${PN} += "${PN}-systemd" | ||
| 18 | SYSTEMD_SERVICE_${PN} = "gdm.service" | 20 | SYSTEMD_SERVICE_${PN} = "gdm.service" |
