summaryrefslogtreecommitdiff
path: root/recipes-connectivity
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2019-10-25 09:30:30 -0500
committerSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2020-05-20 19:50:21 +0300
commited04fe5e5447cdabff7f177b2f6731fd9bd5744f (patch)
tree72e884852ddd8f053d1da3626f36739545a9459a /recipes-connectivity
parent878a633a80e67dde0f790cac010fd1fd9dfa9e6c (diff)
downloadmeta-mlinux-ed04fe5e5447cdabff7f177b2f6731fd9bd5744f.tar.gz
meta-mlinux-ed04fe5e5447cdabff7f177b2f6731fd9bd5744f.tar.bz2
meta-mlinux-ed04fe5e5447cdabff7f177b2f6731fd9bd5744f.zip
lora: update LNS to 2.2.38
Diffstat (limited to 'recipes-connectivity')
-rw-r--r--recipes-connectivity/lora/lora-network-server_2.2.35.bb53
-rw-r--r--recipes-connectivity/lora/lora-network-server_2.2.38.bb (renamed from recipes-connectivity/lora/lora-network-server_2.2.36.bb)0
2 files changed, 0 insertions, 53 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.2.35.bb b/recipes-connectivity/lora/lora-network-server_2.2.35.bb
deleted file mode 100644
index b6d12a0..0000000
--- a/recipes-connectivity/lora/lora-network-server_2.2.35.bb
+++ /dev/null
@@ -1,53 +0,0 @@
-DESCRIPTION = "MultiTech LoRa Network Server"
-PRIORITY = "optional"
-SECTION = "console/utils"
-LICENSE = "Proprietary"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=2b9a30a3082ddccd2c695a4dbeeab80d"
-DEPENDS = "jsoncpp libmts mosquitto sqlite3 curl gnutls"
-RDEPENDS_${PN} += "lora-packet-forwarder logrotate bash lora-logging"
-PR = "r8"
-CONFFILES_${PN} += "${sysconfdir}/default/lora-network-server ${sysconfdir}/init.d/lora-network-server"
-
-SRC_URI = "http://multitech.net/downloads/lora-network-server_${PV}.tar.gz \
- file://lora-network-server.init \
- file://lora-network-server.default \
- "
-
-SRC_URI[md5sum] = "c8b1589023b413e16fc3939d01a01e35"
-SRC_URI[sha256sum] = "70bc0f6e703ec346efa195922ce2392a53f2069aa1a0fa63f2998af8e9a22922"
-
-# binaries are already stripped, so suppress warning
-INSANE_SKIP_${PN} = "already-stripped"
-
-S = "${WORKDIR}"
-
-LORA_DIR = "/opt/lora"
-
-do_compile() {
-}
-
-inherit update-rc.d
-
-INITSCRIPT_NAME = "lora-network-server"
-INITSCRIPT_PARAMS = "defaults 80 30"
-
-NETWORK_SERVER_VERSION_mtbsp-at91 = "4"
-NETWORK_SERVER_VERSION_mtbsp-ti = "5"
-NS_ARCH_mtbsp-at91 = ""
-NS_ARCH_mtbsp-ti = "armv7ahf-"
-
-do_install() {
- install -d ${D}${LORA_DIR}
- install -m 0755 lora-network-server-${NS_ARCH}mlinux-${NETWORK_SERVER_VERSION} ${D}${LORA_DIR}/lora-network-server
- install -m 0755 lora-v21-keygen ${D}${LORA_DIR}/lora-v21-keygen
- install -m 0644 config/lora-network-server.conf.sample ${D}${LORA_DIR}/lora-network-server.conf.sample
- install -m 0644 config/lora-network-server.conf.full ${D}${LORA_DIR}/lora-network-server.conf.full
-
- install -d ${D}${sysconfdir}/default
- install -m 0644 ${WORKDIR}/lora-network-server.default ${D}${sysconfdir}/default/lora-network-server
- install -d ${D}${sysconfdir}/init.d
- install -m 0755 ${WORKDIR}/lora-network-server.init ${D}${sysconfdir}/init.d/lora-network-server
-}
-
-FILES_${PN} += "${LORA_DIR}"
-FILES_${PN}-dbg += "${LORA_DIR}/.debug"
diff --git a/recipes-connectivity/lora/lora-network-server_2.2.36.bb b/recipes-connectivity/lora/lora-network-server_2.2.38.bb
index 7d85f04..7d85f04 100644
--- a/recipes-connectivity/lora/lora-network-server_2.2.36.bb
+++ b/recipes-connectivity/lora/lora-network-server_2.2.38.bb