summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-gateway_5.0.1.bb
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-05-02 17:03:07 -0500
committerJohn Klug <john.klug@multitech.com>2019-07-03 12:35:42 -0500
commit250d9c4286d9b7a64776914c1dee9af570270561 (patch)
tree01e3348087371a9152afa88ba7650b7404a13449 /recipes-connectivity/lora/lora-gateway_5.0.1.bb
parentac936ddaa8b17c39a3ab1a5f470d639f6eadbc04 (diff)
downloadmeta-mlinux-250d9c4286d9b7a64776914c1dee9af570270561.tar.gz
meta-mlinux-250d9c4286d9b7a64776914c1dee9af570270561.tar.bz2
meta-mlinux-250d9c4286d9b7a64776914c1dee9af570270561.zip
moved mLinux to gpsd 3.16 to improve gpsctl reliablity4.1.9
Diffstat (limited to 'recipes-connectivity/lora/lora-gateway_5.0.1.bb')
-rw-r--r--recipes-connectivity/lora/lora-gateway_5.0.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-connectivity/lora/lora-gateway_5.0.1.bb b/recipes-connectivity/lora/lora-gateway_5.0.1.bb
index c8f1ffc..23538a9 100644
--- a/recipes-connectivity/lora/lora-gateway_5.0.1.bb
+++ b/recipes-connectivity/lora/lora-gateway_5.0.1.bb
@@ -5,7 +5,8 @@ SECTION = "console/utils"
# Semtech license is a modified BSD-style license
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb"
-DEPENDS = "gpsd"
+DEPENDS = "libgps24"
+RDEPENDS_${PN} = "libgps24"
PR = "r11"
SRCREV = "v${PV}"