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-07-05 11:02:21 -0500
commite4fffbff59734560a11f6835ba32d15c4adb6268 (patch)
treedd60d2299eed1eeb320195b7bec8443e94ff1806
parent07cfd74a1ec64b516a251663a063dee324827be0 (diff)
downloadmeta-mlinux-e4fffbff59734560a11f6835ba32d15c4adb6268.tar.gz
meta-mlinux-e4fffbff59734560a11f6835ba32d15c4adb6268.tar.bz2
meta-mlinux-e4fffbff59734560a11f6835ba32d15c4adb6268.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"