From 8f9dbe15db58a9f03c0aa72acf586adcb8a1bb64 Mon Sep 17 00:00:00 2001 From: Jason Reiss Date: Wed, 8 Sep 2021 14:18:12 -0500 Subject: lora: update LNS recipe for 5.3 binary names --- recipes-connectivity/lora/lora-network-server_2.5.14.bb | 6 +++--- 1 file 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 -- cgit v1.2.3