summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-network-server_2.1.4.bb
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2018-08-24 10:02:42 -0500
committerJason Reiss <jreiss@multitech.com>2018-08-24 10:02:42 -0500
commit7e2aa20ea7de96fb62a3b7797aace975117429f1 (patch)
treec56803d8b951e5e5d9c1759de9857784867208a6 /recipes-connectivity/lora/lora-network-server_2.1.4.bb
parent82ded95b666b4489ddc4a99f19f6e62a47d3a7a8 (diff)
downloadmeta-mlinux-7e2aa20ea7de96fb62a3b7797aace975117429f1.tar.gz
meta-mlinux-7e2aa20ea7de96fb62a3b7797aace975117429f1.tar.bz2
meta-mlinux-7e2aa20ea7de96fb62a3b7797aace975117429f1.zip
lora: update network server to 2.1.5
Diffstat (limited to 'recipes-connectivity/lora/lora-network-server_2.1.4.bb')
-rw-r--r--recipes-connectivity/lora/lora-network-server_2.1.4.bb47
1 files changed, 0 insertions, 47 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.1.4.bb b/recipes-connectivity/lora/lora-network-server_2.1.4.bb
deleted file mode 100644
index 86dc447..0000000
--- a/recipes-connectivity/lora/lora-network-server_2.1.4.bb
+++ /dev/null
@@ -1,47 +0,0 @@
-DESCRIPTION = "MultiTech LoRa Network Server"
-PRIORITY = "optional"
-SECTION = "console/utils"
-LICENSE = "Proprietary"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=ae2ad602b723a163cd33ca5ee991fbcd"
-DEPENDS = "jsoncpp libmts mosquitto sqlite3 curl gnutls"
-RDEPENDS_${PN} += "lora-packet-forwarder logrotate bash lora-logging"
-PR = "r4"
-CONFFILES_${PN} += "${sysconfdir}/default/lora-network-server ${sysconfdir}/init.d/lora-network-server"
-
-SRC_URI = "http://multitech.net/downloads/lora-network-server_${TUNE_PKGARCH}_${PV}.tar.gz \
- file://lora-network-server.init \
- file://lora-network-server.default \
- "
-
-SRC_URI[md5sum] = "fab476a38f33028499d0e99c50db71e5"
-SRC_URI[sha256sum] = "7c13831ee2acecd40665286ab1ad39c428014822c684f4b7d11177d083efaf25"
-
-# 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 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"