summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-07-20 13:21:04 -0500
committerJohn Klug <john.klug@multitech.com>2020-07-20 13:21:04 -0500
commitd2800f5d69c52e917ff8b45fe49c63ba5177e1e3 (patch)
tree518e3f1336e71411c41d6d342a422681df57fe3f /recipes-connectivity/lora
parentc62a6a7e448a4dc7dc7c57d21363399fab3a7594 (diff)
downloadmeta-mlinux-d2800f5d69c52e917ff8b45fe49c63ba5177e1e3.tar.gz
meta-mlinux-d2800f5d69c52e917ff8b45fe49c63ba5177e1e3.tar.bz2
meta-mlinux-d2800f5d69c52e917ff8b45fe49c63ba5177e1e3.zip
Move gitlab to git.multitech.net, and replace gpsd with libgps24
Diffstat (limited to 'recipes-connectivity/lora')
-rw-r--r--recipes-connectivity/lora/lora-gateway_5.0.1.bb5
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb5
2 files changed, 4 insertions, 6 deletions
diff --git a/recipes-connectivity/lora/lora-gateway_5.0.1.bb b/recipes-connectivity/lora/lora-gateway_5.0.1.bb
index fcd6f4d..1ad47d2 100644
--- a/recipes-connectivity/lora/lora-gateway_5.0.1.bb
+++ b/recipes-connectivity/lora/lora-gateway_5.0.1.bb
@@ -5,15 +5,14 @@ SECTION = "console/utils"
# Semtech license is a modified BSD-style license
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb"
-
-# libgps24 is the GPSD library
DEPENDS = "libgps24"
RDEPENDS_${PN} = "libgps24"
PR = "r24"
SRCREV = "dea57d6f29246434173c33c56850708c51fc5b23"
-SRC_URI = "git://git@gitlab.multitech.net/lora_enterprise/lora_gateway_mtac_full.git;protocol=ssh;branch=master \
+
+SRC_URI = "git://git.multitech.net/lora_gateway_mtac_full;branch=master;protocol=git \
file://library_4.0.cfg \
file://ln-lora-spi-dev.sh \
"
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 2a44df4..06302f5 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb
+++ b/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb
@@ -5,15 +5,14 @@ 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 gpsd"
+DEPENDS = "lora-gateway logrotate lora-logging libgps24"
RDEPENDS_${PN} += "bash"
FILESEXTRAPATHS_append_mtcdt3hs := ":${THISDIR}/lora-packet-forwarder/mtcdt3"
PR = "r23"
SRCREV = "28b9dff2eb06fb88421cf32771d380a178079fce"
PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-SRC_URI = "git://git@gitlab.multitech.net/lora_enterprise/packet_forwarder_mtac_full.git;protocol=ssh;branch=master \
+SRC_URI = "git://git.multitech.net/packet_forwarder_mtac_full;branch=master;protocol=git \
file://README.md \
file://lora-packet-forwarder.init \
file://lora-packet-forwarder.default \