gnss-mgr: Use python service file instead of the old bash one
BugzID: 67743
This commit is contained in:
parent
1125597f8a
commit
e49f0152b8
|
|
@ -37,7 +37,7 @@ do_install_append() {
|
|||
install -m 0644 ${S}/config/gnss-neom8.conf ${D}${sysconfdir}/gnss/gnss0.conf
|
||||
|
||||
install -d ${D}/${sbindir}/
|
||||
install -m 0755 ${S}/systemd/gnss-mgr-service.sh ${D}${sbindir}/gnss-mgr-service
|
||||
install -m 0755 ${S}/systemd/gnss-mgr-service.py ${D}${sbindir}/gnss-mgr-service
|
||||
|
||||
install -d ${D}/${systemd_unitdir}/system/
|
||||
install -m 0644 ${S}/systemd/gnss-mgr.service ${D}/${systemd_unitdir}/system/
|
||||
|
|
|
|||
Loading…
Reference in New Issue