diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-11-09 12:07:12 -0600 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-11-09 12:07:12 -0600 |
commit | ed42d0818b12bc61e37fb274357e1b07c5fb50ce (patch) | |
tree | 72876f3e1e6a364d08d930458feb7661dbc389ff /recipes-connectivity/lora | |
parent | f11702ca3ca8fc875ee85763710ab178cf7be364 (diff) | |
download | meta-mlinux-ed42d0818b12bc61e37fb274357e1b07c5fb50ce.tar.gz meta-mlinux-ed42d0818b12bc61e37fb274357e1b07c5fb50ce.tar.bz2 meta-mlinux-ed42d0818b12bc61e37fb274357e1b07c5fb50ce.zip |
mtcap:fix: lora network server checksums
Diffstat (limited to 'recipes-connectivity/lora')
-rw-r--r-- | recipes-connectivity/lora/lora-network-server-mtcap_1.0.15.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-connectivity/lora/lora-network-server-mtcap_1.0.15.bb b/recipes-connectivity/lora/lora-network-server-mtcap_1.0.15.bb index 3eae827..56fda88 100644 --- a/recipes-connectivity/lora/lora-network-server-mtcap_1.0.15.bb +++ b/recipes-connectivity/lora/lora-network-server-mtcap_1.0.15.bb @@ -17,8 +17,8 @@ SRC_URI = "http://multitech.net/downloads/lora-network-server_arm926ejste_1.0.15 file://local_conf.json \ " -SRC_URI[md5sum] = "6cbae4e82503c5b5078b4ffadcda05a0" -SRC_URI[sha256sum] = "707e919b02f1f7d3ef8ed66f26b7e8749f4d0db55288062f1aa4c04e5ceccf34" +SRC_URI[md5sum] = "28db13a45497d678e071a6062a1cc486" +SRC_URI[sha256sum] = "7558391a635f5c47723d6bd56831d3aa9420169572914b0c8fa6f01aa1730677" # binaries are already stripped, so suppress warning INSANE_SKIP_${PN} = "already-stripped" |