diff options
Diffstat (limited to 'recipes-connectivity')
-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" |