diff options
author | John Klug <john.klug@multitech.com> | 2019-05-06 11:38:57 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 17:08:20 -0500 |
commit | c03a6f2d534496fa367e8d6985e4a4731027bb37 (patch) | |
tree | 9aa90234d2384951c7e302d1f13ba18d39afa1c0 /recipes-connectivity | |
parent | b66515c9c2bb51936823a1d2664ba171fe77c7b2 (diff) | |
download | meta-mlinux-c03a6f2d534496fa367e8d6985e4a4731027bb37.tar.gz meta-mlinux-c03a6f2d534496fa367e8d6985e4a4731027bb37.tar.bz2 meta-mlinux-c03a6f2d534496fa367e8d6985e4a4731027bb37.zip |
lora gateway depends on libgps24
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/lora/lora-gateway_5.0.1.bb | 4 |
1 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 c8f1ffc..b0509ba 100644 --- a/recipes-connectivity/lora/lora-gateway_5.0.1.bb +++ b/recipes-connectivity/lora/lora-gateway_5.0.1.bb @@ -5,8 +5,8 @@ SECTION = "console/utils" # Semtech license is a modified BSD-style license LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb" -DEPENDS = "gpsd" -PR = "r11" +DEPENDS = "libgps24" +PR = "r12" SRCREV = "v${PV}" SRC_URI = "git://github.com/Lora-net/lora_gateway.git;protocol=git \ |