summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-network-server_2.6.38.bb
diff options
context:
space:
mode:
authorHarsh Sharma <harsh.sharma@multitech.com>2023-04-26 14:06:58 -0500
committerHarsh Sharma <harsh.sharma@multitech.com>2023-04-26 14:06:58 -0500
commit38aba82156d7242035e534c74acf9dd1eb0cfea0 (patch)
treeecdd5b2abae59220ac86fb0059b17e2e4dd9ce5b /recipes-connectivity/lora/lora-network-server_2.6.38.bb
parent117f619490406efb0532f7e0a53808994c53b06f (diff)
downloadmeta-mlinux-38aba82156d7242035e534c74acf9dd1eb0cfea0.tar.gz
meta-mlinux-38aba82156d7242035e534c74acf9dd1eb0cfea0.tar.bz2
meta-mlinux-38aba82156d7242035e534c74acf9dd1eb0cfea0.zip
Revert "Updated lora recipes to HEAD"
This reverts commit f9f17c1f34ec1bbb75bccb3ac84d358acb038d2e.
Diffstat (limited to 'recipes-connectivity/lora/lora-network-server_2.6.38.bb')
-rw-r--r--recipes-connectivity/lora/lora-network-server_2.6.38.bb48
1 files changed, 0 insertions, 48 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.6.38.bb b/recipes-connectivity/lora/lora-network-server_2.6.38.bb
deleted file mode 100644
index c7d043b..0000000
--- a/recipes-connectivity/lora/lora-network-server_2.6.38.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] = "592fb4e735cb3926dad9f6c989399eb5"
-SRC_URI[sha256sum] = "715d477155acd76218d09236837ccf4cf83a4ef3981c079ce032ea05418fe7f6"
-
-# 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"