diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-08-27 02:14:41 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-08-27 02:14:41 +0200 |
commit | 366ca894ce5cb2e240d7e851892b3862b5d57000 (patch) | |
tree | 9ea31f67f28d20490f24633a9b67c749077ee6ec /recipes-bsp/esp32spid | |
parent | 216be4bf2c52bf9aba2d2aaf381f42d505336af4 (diff) |
fixed spid
Diffstat (limited to 'recipes-bsp/esp32spid')
-rw-r--r-- | recipes-bsp/esp32spid/esp32spid_0.1.bb | 2 |
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 \ |