gpsd: fix build by adding missing *systemd stuff

This commit is contained in:
Max 2017-07-20 17:19:18 +02:00 committed by Pau Espin Pedrol
parent 03d679aaab
commit ca35320a2d
1 changed files with 4 additions and 0 deletions

View File

@ -146,3 +146,7 @@ FILES_gpsd-gpsctl = "${bindir}/gpsctl"
SUMMARY_gps-utils = "Utils used for simulating, monitoring,... a GPS"
FILES_gps-utils = "${bindir}/*"
RPROVIDES_${PN} += "${PN}-systemd"
RREPLACES_${PN} += "${PN}-systemd"
RCONFLICTS_${PN} += "${PN}-systemd"
SYSTEMD_SERVICE_${PN} = "${PN}.socket"