diff options
-rw-r--r-- | recipes-connectivity/lora/lora-gateway_5.0.1.bb | 2 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb | 2 | ||||
-rw-r--r-- | recipes-navigation/gpsd/gpsd_3.20.bb | 4 |
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.*" |