diff options
author | Jason Reiss <jreiss@multitech.com> | 2020-02-26 08:08:13 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-06-18 20:22:07 -0500 |
commit | 50d9055801fe3feca6620c7a92d37577bc249541 (patch) | |
tree | cf90f873a52e2f8d5fc36da2a02da856d6d62f90 | |
parent | 397b0c1b9be30af5ab8a267fdae4f58a39843e94 (diff) | |
download | meta-mlinux-50d9055801fe3feca6620c7a92d37577bc249541.tar.gz meta-mlinux-50d9055801fe3feca6620c7a92d37577bc249541.tar.bz2 meta-mlinux-50d9055801fe3feca6620c7a92d37577bc249541.zip |
lora: update recipes to quiet QA issue warnings
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_2.3.8.bb | 2 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb | 2 |
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" |