summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2019-02-21 15:04:14 -0600
committerJason Reiss <jreiss@multitech.com>2019-02-21 15:04:14 -0600
commit513884e771a4fba5f830de73a7be513d0ab0fefa (patch)
treed0f0173172bd10030b2f5eeca02154ac40f00449
parent8d2e9d18ff130c56051eebc7ab40b60990d5d16d (diff)
downloadmeta-mlinux-513884e771a4fba5f830de73a7be513d0ab0fefa.tar.gz
meta-mlinux-513884e771a4fba5f830de73a7be513d0ab0fefa.tar.bz2
meta-mlinux-513884e771a4fba5f830de73a7be513d0ab0fefa.zip
lora: update network server to 2.2.12
-rw-r--r--recipes-connectivity/lora/lora-network-server_2.2.12.bb (renamed from recipes-connectivity/lora/lora-network-server_2.2.11.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.2.11.bb b/recipes-connectivity/lora/lora-network-server_2.2.12.bb
index 850ba70..2c60c73 100644
--- a/recipes-connectivity/lora/lora-network-server_2.2.11.bb
+++ b/recipes-connectivity/lora/lora-network-server_2.2.12.bb
@@ -5,7 +5,7 @@ LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae2ad602b723a163cd33ca5ee991fbcd"
DEPENDS = "jsoncpp libmts mosquitto sqlite3 curl gnutls"
RDEPENDS_${PN} += "lora-packet-forwarder logrotate bash lora-logging"
-PR = "r7"
+PR = "r8"
CONFFILES_${PN} += "${sysconfdir}/default/lora-network-server ${sysconfdir}/init.d/lora-network-server"
SRC_URI = "http://multitech.net/downloads/lora-network-server_${TUNE_PKGARCH}_${PV}.tar.gz \
@@ -13,8 +13,8 @@ SRC_URI = "http://multitech.net/downloads/lora-network-server_${TUNE_PKGARCH}_${
file://lora-network-server.default \
"
-SRC_URI[md5sum] = "54fb1c367efcb67e2660276d952910cd"
-SRC_URI[sha256sum] = "70c174a4ccfe4c5d5145b5371904aaf82b21103647e57cb12d5d8747d121a373"
+SRC_URI[md5sum] = "2cbbcaef66c43a90a2e6f7578a4bfc02"
+SRC_URI[sha256sum] = "f54968b87571fa99f031322f97c24688ce23a27d7f1e0f62693a4d8945a57b35"
# binaries are already stripped, so suppress warning
INSANE_SKIP_${PN} = "already-stripped"