summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-01-12 09:34:22 -0600
committerJohn Klug <john.klug@multitech.com>2021-01-12 09:34:22 -0600
commit82deb722606c182da327956ba65d6c1737cb06ed (patch)
treec2423d21c1fad3c5c10b5457ff7b3929c74c22f0
parentb8a34c391bc4a09b33473a530d2ae782ab04e02b (diff)
downloadmeta-mlinux-82deb722606c182da327956ba65d6c1737cb06ed.tar.gz
meta-mlinux-82deb722606c182da327956ba65d6c1737cb06ed.tar.bz2
meta-mlinux-82deb722606c182da327956ba65d6c1737cb06ed.zip
Fix gpsd internal dependencies and LoRa dependencies
-rw-r--r--recipes-connectivity/lora/lora-gateway_5.0.1.bb2
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb2
-rw-r--r--recipes-navigation/gpsd/gpsd_3.20.bb4
3 files changed, 4 insertions, 4 deletions
diff --git a/recipes-connectivity/lora/lora-gateway_5.0.1.bb b/recipes-connectivity/lora/lora-gateway_5.0.1.bb
index dc82233..2719b2e 100644
--- a/recipes-connectivity/lora/lora-gateway_5.0.1.bb
+++ b/recipes-connectivity/lora/lora-gateway_5.0.1.bb
@@ -5,7 +5,7 @@ SECTION = "console/utils"
# Semtech license is a modified BSD-style license
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb"
-DEPENDS = "libgps"
+DEPENDS = "gpsd"
RDEPENDS_${PN} = "libgps"
PR = "r28"
diff --git a/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb b/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb
index 495d41a..d0688b1 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb
+++ b/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb
@@ -5,7 +5,7 @@ SECTION = "console/utils"
# Semtech license is a modified BSD-style license
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSE;md5=22af7693d7b76ef0fc76161c4be76c45"
-DEPENDS = "lora-gateway logrotate lora-logging libgps"
+DEPENDS = "lora-gateway logrotate lora-logging gpsd"
RDEPENDS_${PN} += "bash"
FILESEXTRAPATHS_append_mtcdt3hs := ":${THISDIR}/lora-packet-forwarder/mtcdt3"
PR = "r27"
diff --git a/recipes-navigation/gpsd/gpsd_3.20.bb b/recipes-navigation/gpsd/gpsd_3.20.bb
index 5128442..9238cc2 100644
--- a/recipes-navigation/gpsd/gpsd_3.20.bb
+++ b/recipes-navigation/gpsd/gpsd_3.20.bb
@@ -195,7 +195,7 @@ FILES_${PN}-conf = "${sysconfdir}/default ${sysconfdir}/init.d"
FILES_python3-pygps-dbg += " ${libdir}/python*/site-packages/gps/.debug"
-# RDEPENDS_${PN} = "gpsd-gpsctl bash"
+RDEPENDS_${PN}-conf = "gpsd-gpsctl bash"
RDEPENDS_${PN} = "bash"
# gpsd-udev is for USB, which we are not using
@@ -203,7 +203,7 @@ RDEPENDS_${PN} = "bash"
SUMMARY_${PN}-udev = "udev relevant files to use gpsd hotplugging"
FILES_${PN}-udev = "${base_libdir}/udev ${sysconfdir}/udev/*"
-# RDEPENDS_${PN}-udev += "eudev gpsd-conf"
+RDEPENDS_${PN}-udev += "eudev"
SUMMARY_libgpsd = "C service library used for communicating with gpsd"
FILES_libgpsd = "${libdir}/libgpsd.so.*"