diff options
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_2.5.10.bb (renamed from recipes-connectivity/lora/lora-network-server_2.4.4.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.4.4.bb b/recipes-connectivity/lora/lora-network-server_2.5.10.bb index 84c7289..ab81197 100644 --- a/recipes-connectivity/lora/lora-network-server_2.4.4.bb +++ b/recipes-connectivity/lora/lora-network-server_2.5.10.bb @@ -13,8 +13,8 @@ SRC_URI = "http://multitech.net/downloads/lora-network-server_${PV}.tar.gz \ file://lora-network-server.default \ " -SRC_URI[md5sum] = "9249faec352d32f99c38eecd0248f4de" -SRC_URI[sha256sum] = "2bbe220a444209d86781e8ece2fc5585586b58b5cccf9448ba70f5e5b0d21bac" +SRC_URI[md5sum] = "c9bc71d4f0c4fcae026c059a695f9154" +SRC_URI[sha256sum] = "99b0fe13e44617204a9082cd71a52fceccda4afd8cdbc5aaa2b07e1bc9c3e446" # binaries are already stripped, so suppress warning INSANE_SKIP_${PN} = "already-stripped" @@ -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-6 ${D}${LORA_DIR}/lora-network-server + install -m 0755 lora-v21-keygen-arm926ejste-mlinux-6 ${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 |