summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2021-08-27 02:14:41 +0200
committerUros Majstorovic <majstor@majstor.org>2021-08-27 02:14:41 +0200
commit366ca894ce5cb2e240d7e851892b3862b5d57000 (patch)
tree9ea31f67f28d20490f24633a9b67c749077ee6ec
parent216be4bf2c52bf9aba2d2aaf381f42d505336af4 (diff)
fixed spid
-rw-r--r--recipes-bsp/esp32spid/esp32spid_0.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/esp32spid/esp32spid_0.1.bb b/recipes-bsp/esp32spid/esp32spid_0.1.bb
index 1f8ea42..72351a8 100644
--- a/recipes-bsp/esp32spid/esp32spid_0.1.bb
+++ b/recipes-bsp/esp32spid/esp32spid_0.1.bb
@@ -4,6 +4,8 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
PR = "r0"
+FILESEXTRAPATHS_prepend := "${THISDIR}:"
+
SRC_URI = " \
file://src/ \
file://LICENSE \