summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-network-server_1.0.11.bb
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2016-09-02 07:31:40 -0500
committerJason Reiss <jreiss@multitech.com>2016-09-02 07:31:40 -0500
commit1ab31a83258a119b93c71b7b331ba463a870d7bd (patch)
tree1d5639610f48c6ad2481fa3f3a6ad8d99824d369 /recipes-connectivity/lora/lora-network-server_1.0.11.bb
parentca697c01ef93c2a08493684b02656d3f93ca1a9d (diff)
downloadmeta-mlinux-1ab31a83258a119b93c71b7b331ba463a870d7bd.tar.gz
meta-mlinux-1ab31a83258a119b93c71b7b331ba463a870d7bd.tar.bz2
meta-mlinux-1ab31a83258a119b93c71b7b331ba463a870d7bd.zip
lora: update network server to 1.0.12, add license info to packet forwarder install
Diffstat (limited to 'recipes-connectivity/lora/lora-network-server_1.0.11.bb')
-rw-r--r--recipes-connectivity/lora/lora-network-server_1.0.11.bb49
1 files changed, 0 insertions, 49 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_1.0.11.bb b/recipes-connectivity/lora/lora-network-server_1.0.11.bb
deleted file mode 100644
index 05e392b..0000000
--- a/recipes-connectivity/lora/lora-network-server_1.0.11.bb
+++ /dev/null
@@ -1,49 +0,0 @@
-DESCRIPTION = "MultiTech LoRa Network Server"
-PRIORITY = "optional"
-SECTION = "console/utils"
-LICENSE = "Proprietary"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=7ffae4666a986c4ccf45e99e464f8402"
-DEPENDS = "jsoncpp libmts mosquitto sqlite3"
-RDEPENDS_${PN} += "lora-packet-forwarder logrotate"
-PR = "r0"
-
-SRC_URI = "http://multitech.net/downloads/lora-network-server_${TUNE_PKGARCH}_${PV}.tar.gz \
- file://lora-network-server.init \
- file://lora-network-server.default \
- file://lora-network-server.logrotate.conf \
- "
-
-SRC_URI[md5sum] = "87f2412864a5174b3c2b8a0f2da96fc1"
-SRC_URI[sha256sum] = "fc400cac0af7e69ae3d016d3ea9a2bdda310afb4ed6089bfed923509f0f46623"
-
-# 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 ${D}${LORA_DIR}/
- install -m 0644 lora-network-server.conf.sample ${D}${LORA_DIR}/lora-network-server.conf.sample
-
- 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
- install -d ${D}${sysconfdir}/logrotate.d
- install -m 0644 ${WORKDIR}/lora-network-server.logrotate.conf ${D}${sysconfdir}/logrotate.d/lora-network-server.conf
-}
-
-CONFFILES_${PN} = "${sysconfdir}/default/lora-network-server"
-FILES_${PN} += "${LORA_DIR}"
-FILES_${PN}-dbg += "${LORA_DIR}/.debug"