diff options
author | John Klug <john.klug@multitech.com> | 2017-03-30 17:10:04 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-05-23 15:21:54 -0500 |
commit | 023383fc98da6a34b8eba7cbcde380e0a967a220 (patch) | |
tree | 117e81d7a11daf4c974cd1604f1dbdee25867a74 | |
parent | f923325d9ddc6c9487b8d217c391658699dd2256 (diff) | |
download | meta-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.bb | 1 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb | 1 |
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" |