From 50d9055801fe3feca6620c7a92d37577bc249541 Mon Sep 17 00:00:00 2001 From: Jason Reiss Date: Wed, 26 Feb 2020 08:08:13 -0600 Subject: lora: update recipes to quiet QA issue warnings --- recipes-connectivity/lora/lora-network-server_2.3.8.bb | 2 +- recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-connectivity/lora/lora-network-server_2.3.8.bb b/recipes-connectivity/lora/lora-network-server_2.3.8.bb index 61d87cf..77e7726 100644 --- a/recipes-connectivity/lora/lora-network-server_2.3.8.bb +++ b/recipes-connectivity/lora/lora-network-server_2.3.8.bb @@ -4,7 +4,7 @@ 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" +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" diff --git a/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb b/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb index ca061da..18947ec 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb @@ -46,6 +46,8 @@ SRC_URI = "git://github.com/Lora-net/packet_forwarder.git;protocol=git \ S = "${WORKDIR}/git" B = "${S}" +TARGET_CC_ARCH += "${LDFLAGS}" + LORA_DIR = "/opt/lora" -- cgit v1.2.3