diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-08-27 02:10:06 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-08-27 02:10:06 +0200 |
commit | a78bc57e3d645a9e4ca248e71debb9179920f76b (patch) | |
tree | aa109f253007ed2ccb0914addb1628417f9cdd33 /recipes-bsp | |
parent | 142ee0b74e4fd0f82482013886b0263af9f1e008 (diff) |
fixed spid
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/esp32spid/LICENSE (renamed from recipes-bsp/esp32spid/src/LICENSE) | 0 | ||||
-rw-r--r-- | recipes-bsp/esp32spid/esp32spid_0.1.bb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/esp32spid/src/LICENSE b/recipes-bsp/esp32spid/LICENSE index d159169..d159169 100644 --- a/recipes-bsp/esp32spid/src/LICENSE +++ b/recipes-bsp/esp32spid/LICENSE diff --git a/recipes-bsp/esp32spid/esp32spid_0.1.bb b/recipes-bsp/esp32spid/esp32spid_0.1.bb index 77a4afa..86f17f0 100644 --- a/recipes-bsp/esp32spid/esp32spid_0.1.bb +++ b/recipes-bsp/esp32spid/esp32spid_0.1.bb @@ -1,7 +1,7 @@ DESCRIPTION = "esp32 spi daemon" SECTION = "base" LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://${WORKDIR}/src/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" +LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" PR = "r0" SRC_URI = " \ |