summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2016-06-20 16:51:05 +0300
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2016-06-20 17:13:23 +0300
commit8fc3cf9d5becb1a7ca96ab7a7c81ff126f43d666 (patch)
tree59f8e5f74819e8ff1fa6442738efbb8c062ff781
parentbf90eaac714f8a72465beee43ddc10c89d4bef0d (diff)
gnss-gpsd: new package to link GNSS and GPSDdebian/0.0+0+df3b976-1
Make sure that ttyGPS0 device is registered into running instance of GPSD. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--debian/control5
-rw-r--r--debian/gnss-gpsd.udev2
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 5fb4dd8..b979d6a 100644
--- a/debian/control
+++ b/debian/control
@@ -15,3 +15,8 @@ Depends:
${misc:Depends},
qdsp-start,
Description: QCOM GPS proxy daemon.
+
+Package: gnss-gpsd
+Architecture: all
+Depends: gpsd
+Description: QCOM GPS integration to GPSD
diff --git a/debian/gnss-gpsd.udev b/debian/gnss-gpsd.udev
new file mode 100644
index 0000000..35580e4
--- /dev/null
+++ b/debian/gnss-gpsd.udev
@@ -0,0 +1,2 @@
+
+KERNEL=="ttyGPS0", TAG+="systemd", ENV{SYSTEMD_WANTS}+="gpsdctl@%k.service"