diff options
author | Jason Reiss <jreiss@multitech.com> | 2015-07-16 16:52:46 -0500 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2015-07-16 16:52:46 -0500 |
commit | 1eb44503354d29b0ba9db542f63e9d03803e2208 (patch) | |
tree | 77724ab6d63e5dbc0dd3ca68856d5f3490d0ec43 /recipes-connectivity | |
parent | 491c5a5896d082653e9b2f54cd8ce463e2f51814 (diff) | |
parent | e770699ba8fa90bcfc174a5a18e86387826d9126 (diff) | |
download | meta-mlinux-1eb44503354d29b0ba9db542f63e9d03803e2208.tar.gz meta-mlinux-1eb44503354d29b0ba9db542f63e9d03803e2208.tar.bz2 meta-mlinux-1eb44503354d29b0ba9db542f63e9d03803e2208.zip |
Merge branch 'master' of git://git.multitech.net/meta-mlinux
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_0.0.4.bb (renamed from recipes-connectivity/lora/lora-network-server_0.0.3.bb) | 4 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-query_0.0.2.bb (renamed from recipes-connectivity/lora/lora-query_0.0.1.bb) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_0.0.3.bb b/recipes-connectivity/lora/lora-network-server_0.0.4.bb index b24da47..5ea9b85 100644 --- a/recipes-connectivity/lora/lora-network-server_0.0.3.bb +++ b/recipes-connectivity/lora/lora-network-server_0.0.4.bb @@ -13,8 +13,8 @@ SRC_URI = "http://multitech.net/downloads/lora-network-server_${TUNE_PKGARCH}_${ file://lora-network-server.logrotate.conf \ " -SRC_URI[md5sum] = "1bdde2f276ed02b4a9902c19eee6c1b3" -SRC_URI[sha256sum] = "c942490ea6ccedfb46bfdcdd07424bea45acc1655bd7ae91a4fd5549acbc0801" +SRC_URI[md5sum] = "cd1ade58d4acd87bd904189c23b067cb" +SRC_URI[sha256sum] = "0cfe8417055684dcd9b0d6d2ea2eb676772d10277575b0d703d2fd3533f5be01" # binaries are already stripped, so suppress warning INSANE_SKIP_${PN} = "already-stripped" diff --git a/recipes-connectivity/lora/lora-query_0.0.1.bb b/recipes-connectivity/lora/lora-query_0.0.2.bb index d21d6e6..730266f 100644 --- a/recipes-connectivity/lora/lora-query_0.0.1.bb +++ b/recipes-connectivity/lora/lora-query_0.0.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.multitech.net/" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "jsoncpp libmts" -PR = "r0" +PR = "r1" SRCREV = "${PV}" |