summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-03-30 17:10:04 -0500
committerJohn Klug <john.klug@multitech.com>2017-05-23 15:21:54 -0500
commit023383fc98da6a34b8eba7cbcde380e0a967a220 (patch)
tree117e81d7a11daf4c974cd1604f1dbdee25867a74
parentf923325d9ddc6c9487b8d217c391658699dd2256 (diff)
downloadmeta-mlinux-023383fc98da6a34b8eba7cbcde380e0a967a220.tar.gz
meta-mlinux-023383fc98da6a34b8eba7cbcde380e0a967a220.tar.bz2
meta-mlinux-023383fc98da6a34b8eba7cbcde380e0a967a220.zip
Lora needs build directory location for Krogoth
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb1
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb1
2 files changed, 2 insertions, 0 deletions
diff --git a/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb b/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb
index 7ca1ffb..903d1e5 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb
+++ b/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb
@@ -23,6 +23,7 @@ SRC_URI = "git://github.com/Lora-net/packet_forwarder.git;protocol=git \
"
S = "${WORKDIR}/git"
+B = "${S}"
LORA_DIR = "/opt/lora"
diff --git a/recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb b/recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb
index a4e625f..33c24a0 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb
+++ b/recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb
@@ -27,6 +27,7 @@ SRC_URI = "git://github.com/Lora-net/packet_forwarder.git;protocol=git \
S = "${WORKDIR}/git"
+B = "${S}"
LORA_DIR = "/opt/lora"