From 366ca894ce5cb2e240d7e851892b3862b5d57000 Mon Sep 17 00:00:00 2001
From: Uros Majstorovic <majstor@majstor.org>
Date: Fri, 27 Aug 2021 02:14:41 +0200
Subject: fixed spid

---
 recipes-bsp/esp32spid/esp32spid_0.1.bb | 2 ++
 1 file changed, 2 insertions(+)

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 \
-- 
cgit v1.2.3