summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-network-server_2.6.12.bb
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2023-01-30 14:10:30 -0600
committerJohn Klug <john.klug@multitech.com>2023-01-30 14:10:30 -0600
commitab0a86fc76dfce860076de1af3483eca7f19c810 (patch)
treef91165d45833d0784f3eeedcbfbee01b2bded5eb /recipes-connectivity/lora/lora-network-server_2.6.12.bb
parent755c00a4dfc34c95640e832ca8cafb71a7d356aa (diff)
downloadmeta-mlinux-ab0a86fc76dfce860076de1af3483eca7f19c810.tar.gz
meta-mlinux-ab0a86fc76dfce860076de1af3483eca7f19c810.tar.bz2
meta-mlinux-ab0a86fc76dfce860076de1af3483eca7f19c810.zip
Bump LNS to 2.6.21
Diffstat (limited to 'recipes-connectivity/lora/lora-network-server_2.6.12.bb')
-rw-r--r--recipes-connectivity/lora/lora-network-server_2.6.12.bb48
1 files changed, 0 insertions, 48 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.6.12.bb b/recipes-connectivity/lora/lora-network-server_2.6.12.bb
deleted file mode 100644
index de3b950..0000000
--- a/recipes-connectivity/lora/lora-network-server_2.6.12.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} += "logrotate bash lora-logging jsoncpp"
-PR = "r0"
-CONFFILES_${PN} += "${sysconfdir}/default/lora-network-server ${sysconfdir}/init.d/lora-network-server"
-
-SRC_URI = "https://multitech.net/downloads/lora-network-server_${PV}.tar.gz \
- file://lora-network-server.init \
- file://lora-network-server.default \
- "
-
-SRC_URI[md5sum] = "279c3c52cd05d2894946c0a458d6a391"
-SRC_URI[sha256sum] = "19a2d07afbc580c7c202a29b68b969951929de8eea099fd9918c1435883bf82a"
-
-# 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-arm926ejste-mlinux-6 ${D}${LORA_DIR}/lora-network-server
- install -m 0755 lora-v21-keygen-arm926ejste-mlinux-6 ${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"