summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-network-server_2.3.2.bb
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2019-12-31 14:32:12 -0600
committerJohn Klug <john.klug@multitech.com>2020-06-18 20:22:07 -0500
commitddf781899382e04ab5c2084cb7d07bb30975eff6 (patch)
treedd349c2c025dfc617d774ac2c9a8bce8687a4ded /recipes-connectivity/lora/lora-network-server_2.3.2.bb
parenta91b3b04960f7b2e6c6bf13a83339ecb64c5f8c3 (diff)
downloadmeta-mlinux-ddf781899382e04ab5c2084cb7d07bb30975eff6.tar.gz
meta-mlinux-ddf781899382e04ab5c2084cb7d07bb30975eff6.tar.bz2
meta-mlinux-ddf781899382e04ab5c2084cb7d07bb30975eff6.zip
lora: update to LNS 2.3.3, requires mosquitto 1.5.1 and jsoncpp changes
Diffstat (limited to 'recipes-connectivity/lora/lora-network-server_2.3.2.bb')
-rw-r--r--recipes-connectivity/lora/lora-network-server_2.3.2.bb48
1 files changed, 0 insertions, 48 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.3.2.bb b/recipes-connectivity/lora/lora-network-server_2.3.2.bb
deleted file mode 100644
index 5afeb62..0000000
--- a/recipes-connectivity/lora/lora-network-server_2.3.2.bb
+++ /dev/null
@@ -1,48 +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 = "r0"
-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] = "781eedf0ca284adb3a921a1ed2e745d2"
-SRC_URI[sha256sum] = "06f3a1eabbb41289ac40792e2a0f60dcd5b86ba2bfd827db0a43c4777e43458c"
-
-# 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"
-
-do_install() {
- install -d ${D}${LORA_DIR}
- install -m 0755 lora-network-server-mlinux-4 ${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"