diff options
author | Jeff Hatch <jhatch@multitech.com> | 2019-05-08 10:52:00 -0500 |
---|---|---|
committer | Jeff Hatch <jhatch@multitech.com> | 2019-05-08 10:52:00 -0500 |
commit | 59c967a1fccd46ebe0612df29840fc0280cfb133 (patch) | |
tree | fa0015742039669e00e1d6f0c1ba46a01a06ddce /recipes-connectivity/lora | |
parent | 46c0dfd29d55c9db1d8b614d25f5b004e77cf148 (diff) | |
parent | 1eb511049142fe12e5ea4215fe7ce56abe1fdbc9 (diff) | |
download | meta-mlinux-59c967a1fccd46ebe0612df29840fc0280cfb133.tar.gz meta-mlinux-59c967a1fccd46ebe0612df29840fc0280cfb133.tar.bz2 meta-mlinux-59c967a1fccd46ebe0612df29840fc0280cfb133.zip |
Merge branch 'Linux4' of gitlab.multitech.net:mirrors/meta-mlinux into Linux4
Diffstat (limited to 'recipes-connectivity/lora')
-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 \ |