summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-connectivity/lora/lora-network-server_2.3.8.bb2
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb2
2 files changed, 3 insertions, 1 deletions
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"