gpsd: created gps-utils-conf package
neom8tool is part of gps-utils, the gnss0.ubx config file is now part of the newly created gps-utils-congf package. BugzID: 62085 Signed-off-by: Tobias Jäggi <tobias.jaeggi@netmodule.com>
This commit is contained in:
parent
de62abf132
commit
30afb7eff8
|
|
@ -19,8 +19,6 @@ S = "${WORKDIR}/git"
|
||||||
|
|
||||||
SYSTEMD_SERVICE_${PN} += "${BPN}.service \
|
SYSTEMD_SERVICE_${PN} += "${BPN}.service \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
TTY_DEVICE = "/dev/ttyS3"
|
TTY_DEVICE = "/dev/ttyS3"
|
||||||
TTY_DEVICE_imx8-nmhw23 = "/dev/gps0"
|
TTY_DEVICE_imx8-nmhw23 = "/dev/gps0"
|
||||||
TTY_DEVICE_am335x-nmhw24 = "/dev/ttyS3"
|
TTY_DEVICE_am335x-nmhw24 = "/dev/ttyS3"
|
||||||
|
|
@ -41,6 +39,11 @@ do_install_append () {
|
||||||
sed -i 's|USBAUTO="true"|USBAUTO="${USBAUTO_STATE}"|g' ${D}/etc/default/gpsd.default
|
sed -i 's|USBAUTO="true"|USBAUTO="${USBAUTO_STATE}"|g' ${D}/etc/default/gpsd.default
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SUMMARY_gps-utils-conf = "gps-utils configuration files"
|
||||||
|
PACKAGES_prepend = "gps-utils-conf "
|
||||||
|
RDEPENDS_gps-utils = "gps-utils-conf"
|
||||||
|
FILES_gps-utils-conf = "${sysconfdir}/gnss/*.ubx"
|
||||||
|
|
||||||
# workaround for receipe backport: gpsd 3.19 is installing shared object files in different
|
# workaround for receipe backport: gpsd 3.19 is installing shared object files in different
|
||||||
# place than expect.
|
# place than expect.
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue