From 2e72ebdd58ba47d84d0fd7f6ed4cdadc802d6f88 Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 6 May 2019 11:38:57 -0500 Subject: lora gateway depends on libgps24 --- recipes-connectivity/lora/lora-gateway_5.0.1.bb | 4 ++-- 1 file 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 \ -- cgit v1.2.3