diff options
author | John Klug <john.klug@multitech.com> | 2021-01-12 09:34:22 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-01-12 09:34:22 -0600 |
commit | 82deb722606c182da327956ba65d6c1737cb06ed (patch) | |
tree | c2423d21c1fad3c5c10b5457ff7b3929c74c22f0 /recipes-connectivity | |
parent | b8a34c391bc4a09b33473a530d2ae782ab04e02b (diff) | |
download | meta-mlinux-82deb722606c182da327956ba65d6c1737cb06ed.tar.gz meta-mlinux-82deb722606c182da327956ba65d6c1737cb06ed.tar.bz2 meta-mlinux-82deb722606c182da327956ba65d6c1737cb06ed.zip |
Fix gpsd internal dependencies and LoRa dependencies
Diffstat (limited to 'recipes-connectivity')
-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 |
2 files changed, 2 insertions, 2 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" |