From a32ad409315ebae13614a409eb4671ac4a2b1cc8 Mon Sep 17 00:00:00 2001 From: Mykyta Dorokhin Date: Tue, 2 Mar 2021 21:33:25 +0200 Subject: jsoncpp: rename package to jsoncpp16 so to use jsoncpp version from yocto by default --- recipes-connectivity/lora/lora-network-server_2.4.4.bb | 4 ++-- recipes-connectivity/lora/lora-query_1.0.6.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes-connectivity') 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}" -- cgit v1.2.3