summaryrefslogtreecommitdiff
path: root/recipes-connectivity
diff options
context:
space:
mode:
authorHarsh Sharma <harsh.sharma@multitech.com>2021-07-13 11:21:05 -0500
committerHarsh Sharma <harsh.sharma@multitech.com>2021-07-13 11:21:05 -0500
commit849228c81dc153997c2167ebcbf40453655ccca2 (patch)
tree8019aa624a5c324ecfe054faeb18f88c6755619a /recipes-connectivity
parenteb11ce1ac7ccecedb808657240f744d1a42cb5b0 (diff)
downloadmeta-mlinux-849228c81dc153997c2167ebcbf40453655ccca2.tar.gz
meta-mlinux-849228c81dc153997c2167ebcbf40453655ccca2.tar.bz2
meta-mlinux-849228c81dc153997c2167ebcbf40453655ccca2.zip
Fixed jsoncpp package dependancy for lora-network-server
Diffstat (limited to 'recipes-connectivity')
-rw-r--r--recipes-connectivity/lora/lora-network-server_2.5.10.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.5.10.bb b/recipes-connectivity/lora/lora-network-server_2.5.10.bb
index ab81197..179ba24 100644
--- a/recipes-connectivity/lora/lora-network-server_2.5.10.bb
+++ b/recipes-connectivity/lora/lora-network-server_2.5.10.bb
@@ -3,8 +3,8 @@ PRIORITY = "optional"
SECTION = "console/utils"
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2b9a30a3082ddccd2c695a4dbeeab80d"
-DEPENDS = "jsoncpp16 libmts mosquitto sqlite3 curl gnutls"
-RDEPENDS_${PN} += "lora-packet-forwarder logrotate bash lora-logging jsoncpp16"
+DEPENDS = "jsoncpp libmts mosquitto sqlite3 curl gnutls"
+RDEPENDS_${PN} += "lora-packet-forwarder logrotate bash lora-logging jsoncpp"
PR = "r0"
CONFFILES_${PN} += "${sysconfdir}/default/lora-network-server ${sysconfdir}/init.d/lora-network-server"