diff options
author | Jason Reiss <jreiss@multitech.com> | 2018-06-20 12:54:15 -0500 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2018-06-20 12:54:15 -0500 |
commit | 1e9b4152061b0254c188f34ea9e0c19161cebf14 (patch) | |
tree | bc14b74ac004f87f37377608dad820bdbec5870f /recipes-connectivity/lora | |
parent | 2655d836fedee14b81bb57bbd3d3d93d1c948387 (diff) | |
download | meta-mlinux-1e9b4152061b0254c188f34ea9e0c19161cebf14.tar.gz meta-mlinux-1e9b4152061b0254c188f34ea9e0c19161cebf14.tar.bz2 meta-mlinux-1e9b4152061b0254c188f34ea9e0c19161cebf14.zip |
lora: update network server to install binary built with mlinux4 toolchain
Diffstat (limited to 'recipes-connectivity/lora')
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_2.0.19.bb | 2 |
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 |