summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2021-09-08 14:18:12 -0500
committerJohn Klug <john.klug@multitech.com>2021-12-29 07:01:58 -0600
commit8f9dbe15db58a9f03c0aa72acf586adcb8a1bb64 (patch)
treedd1096b67f50ca336535f8b8d1889e90fb5b5ddb
parent4e06d550e52ce8d2b1d04a66e4a08089c6bf0165 (diff)
downloadmeta-mlinux-8f9dbe15db58a9f03c0aa72acf586adcb8a1bb64.tar.gz
meta-mlinux-8f9dbe15db58a9f03c0aa72acf586adcb8a1bb64.tar.bz2
meta-mlinux-8f9dbe15db58a9f03c0aa72acf586adcb8a1bb64.zip
lora: update LNS recipe for 5.3 binary names
-rw-r--r--recipes-connectivity/lora/lora-network-server_2.5.14.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.5.14.bb b/recipes-connectivity/lora/lora-network-server_2.5.14.bb
index c8985f9..d8cdbbc 100644
--- a/recipes-connectivity/lora/lora-network-server_2.5.14.bb
+++ b/recipes-connectivity/lora/lora-network-server_2.5.14.bb
@@ -5,7 +5,7 @@ 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 jsoncpp"
-PR = "r0"
+PR = "r1"
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 \
@@ -33,8 +33,8 @@ INITSCRIPT_PARAMS = "defaults 80 30"
do_install() {
install -d ${D}${LORA_DIR}
- install -m 0755 lora-network-server-arm926ejste-mlinux-5.2 ${D}${LORA_DIR}/lora-network-server
- install -m 0755 lora-v21-keygen-arm926ejste-mlinux-5.2 ${D}${LORA_DIR}/lora-v21-keygen
+ install -m 0755 lora-network-server-arm926ejste-mlinux-5.3 ${D}${LORA_DIR}/lora-network-server
+ install -m 0755 lora-v21-keygen-arm926ejste-mlinux-5.3 ${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