From 1e9b4152061b0254c188f34ea9e0c19161cebf14 Mon Sep 17 00:00:00 2001 From: Jason Reiss Date: Wed, 20 Jun 2018 12:54:15 -0500 Subject: lora: update network server to install binary built with mlinux4 toolchain --- recipes-connectivity/lora/lora-network-server_2.0.19.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3