summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora
diff options
context:
space:
mode:
authorMykyta Dorokhin <mykyta.dorokhin@globallogic.com>2021-03-02 21:33:25 +0200
committerJohn Klug <john.klug@multitech.com>2021-03-03 11:06:18 -0600
commita32ad409315ebae13614a409eb4671ac4a2b1cc8 (patch)
tree05f95d8642fa5464e9c7676eb16c5aec0a530586 /recipes-connectivity/lora
parent355db9f7c3167713556ad34f198e5e7a96932c0d (diff)
downloadmeta-mlinux-a32ad409315ebae13614a409eb4671ac4a2b1cc8.tar.gz
meta-mlinux-a32ad409315ebae13614a409eb4671ac4a2b1cc8.tar.bz2
meta-mlinux-a32ad409315ebae13614a409eb4671ac4a2b1cc8.zip
jsoncpp: rename package to jsoncpp16 so to use jsoncpp version from yocto by default
Diffstat (limited to 'recipes-connectivity/lora')
-rw-r--r--recipes-connectivity/lora/lora-network-server_2.4.4.bb4
-rw-r--r--recipes-connectivity/lora/lora-query_1.0.6.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.4.4.bb b/recipes-connectivity/lora/lora-network-server_2.4.4.bb
index 49143a9..84c7289 100644
--- a/recipes-connectivity/lora/lora-network-server_2.4.4.bb
+++ b/recipes-connectivity/lora/lora-network-server_2.4.4.bb
@@ -3,8 +3,8 @@ PRIORITY = "optional"
SECTION = "console/utils"
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2b9a30a3082ddccd2c695a4dbeeab80d"
-DEPENDS = "jsoncpp libmts mosquitto sqlite3 curl gnutls"
-RDEPENDS_${PN} += "lora-packet-forwarder logrotate bash lora-logging jsoncpp"
+DEPENDS = "jsoncpp16 libmts mosquitto sqlite3 curl gnutls"
+RDEPENDS_${PN} += "lora-packet-forwarder logrotate bash lora-logging jsoncpp16"
PR = "r0"
CONFFILES_${PN} += "${sysconfdir}/default/lora-network-server ${sysconfdir}/init.d/lora-network-server"
diff --git a/recipes-connectivity/lora/lora-query_1.0.6.bb b/recipes-connectivity/lora/lora-query_1.0.6.bb
index 60bcc42..43afdf3 100644
--- a/recipes-connectivity/lora/lora-query_1.0.6.bb
+++ b/recipes-connectivity/lora/lora-query_1.0.6.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "LoRa network server query tool"
HOMEPAGE = "http://www.multitech.net/"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = "jsoncpp libmts"
-RDEPENDS_${PN} += "jsoncpp"
+DEPENDS = "jsoncpp16 libmts"
+RDEPENDS_${PN} += "jsoncpp16"
PR = "r2"
SRCREV = "${PV}"