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:
Tobias Jäggi 2020-03-27 08:38:30 +01:00 committed by Gitea
parent de62abf132
commit 30afb7eff8
1 changed files with 5 additions and 2 deletions

View File

@ -19,8 +19,6 @@ S = "${WORKDIR}/git"
SYSTEMD_SERVICE_${PN} += "${BPN}.service \
"
TTY_DEVICE = "/dev/ttyS3"
TTY_DEVICE_imx8-nmhw23 = "/dev/gps0"
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
}
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
# place than expect.
do_install_append() {