summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2018-06-20 12:54:15 -0500
committerJason Reiss <jreiss@multitech.com>2018-06-20 12:54:15 -0500
commit1e9b4152061b0254c188f34ea9e0c19161cebf14 (patch)
treebc14b74ac004f87f37377608dad820bdbec5870f
parent2655d836fedee14b81bb57bbd3d3d93d1c948387 (diff)
downloadmeta-mlinux-1e9b4152061b0254c188f34ea9e0c19161cebf14.tar.gz
meta-mlinux-1e9b4152061b0254c188f34ea9e0c19161cebf14.tar.bz2
meta-mlinux-1e9b4152061b0254c188f34ea9e0c19161cebf14.zip
lora: update network server to install binary built with mlinux4 toolchain
-rw-r--r--recipes-connectivity/lora/lora-network-server_2.0.19.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.0.19.bb b/recipes-connectivity/lora/lora-network-server_2.0.19.bb
index 5d105f3..6390a15 100644
--- a/recipes-connectivity/lora/lora-network-server_2.0.19.bb
+++ b/recipes-connectivity/lora/lora-network-server_2.0.19.bb
@@ -34,7 +34,7 @@ INITSCRIPT_PARAMS = "defaults 80 30"
do_install() {
install -d ${D}${LORA_DIR}
- install -m 0755 lora-network-server-mlinux-3 ${D}${LORA_DIR}/lora-network-server
+ install -m 0755 lora-network-server-mlinux-4 ${D}${LORA_DIR}/lora-network-server
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