diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2021-07-13 10:46:22 -0500 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2021-07-13 10:46:22 -0500 |
commit | eb11ce1ac7ccecedb808657240f744d1a42cb5b0 (patch) | |
tree | b91f45347a2321f207faf0fcfd8f3146c863bb9e /recipes-connectivity | |
parent | bb737ff7a00c5d2310cf86992b61ed98d63990dc (diff) | |
download | meta-mlinux-eb11ce1ac7ccecedb808657240f744d1a42cb5b0.tar.gz meta-mlinux-eb11ce1ac7ccecedb808657240f744d1a42cb5b0.tar.bz2 meta-mlinux-eb11ce1ac7ccecedb808657240f744d1a42cb5b0.zip |
Updated lora-network-server recipe to use 6.0.0dev1 based build
Diffstat (limited to 'recipes-connectivity')
-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 |