summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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