diff options
author | Jason Reiss <jreiss@multitech.com> | 2018-08-24 10:02:42 -0500 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2018-08-24 10:02:42 -0500 |
commit | 7e2aa20ea7de96fb62a3b7797aace975117429f1 (patch) | |
tree | c56803d8b951e5e5d9c1759de9857784867208a6 /recipes-connectivity/lora | |
parent | 82ded95b666b4489ddc4a99f19f6e62a47d3a7a8 (diff) | |
download | meta-mlinux-7e2aa20ea7de96fb62a3b7797aace975117429f1.tar.gz meta-mlinux-7e2aa20ea7de96fb62a3b7797aace975117429f1.tar.bz2 meta-mlinux-7e2aa20ea7de96fb62a3b7797aace975117429f1.zip |
lora: update network server to 2.1.5
Diffstat (limited to 'recipes-connectivity/lora')
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_2.1.5.bb (renamed from recipes-connectivity/lora/lora-network-server_2.1.4.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.1.4.bb b/recipes-connectivity/lora/lora-network-server_2.1.5.bb index 86dc447..37f5328 100644 --- a/recipes-connectivity/lora/lora-network-server_2.1.4.bb +++ b/recipes-connectivity/lora/lora-network-server_2.1.5.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 = "r4" +PR = "r5" 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] = "fab476a38f33028499d0e99c50db71e5" -SRC_URI[sha256sum] = "7c13831ee2acecd40665286ab1ad39c428014822c684f4b7d11177d083efaf25" +SRC_URI[md5sum] = "c4701d75dccdf6b0413302da52e14172" +SRC_URI[sha256sum] = "f3f695d9ff99136158281c7d9057d29769ed756456cd4ae62ac282f4dfb86aab" # binaries are already stripped, so suppress warning INSANE_SKIP_${PN} = "already-stripped" |