diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-08-27 02:06:07 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-08-27 02:06:07 +0200 |
commit | 744558a1fa73d7ea860e26bf51e17534d94170db (patch) | |
tree | 9d9f6247206ff9a4c0a00d087039d5fd3d351c86 | |
parent | dde78539f74b127bc763fa998ec538cfb819bdad (diff) |
fixed spid
-rw-r--r-- | recipes-bsp/esp32spid/esp32spid_0.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-bsp/esp32spid/esp32spid_0.1.bb b/recipes-bsp/esp32spid/esp32spid_0.1.bb index 10c6798..8e41d34 100644 --- a/recipes-bsp/esp32spid/esp32spid_0.1.bb +++ b/recipes-bsp/esp32spid/esp32spid_0.1.bb @@ -1,8 +1,7 @@ DESCRIPTION = "esp32 spi daemon" SECTION = "base" LICENSE = "GPLv2" -LIC_FILES_CHKSUM = - file://${WORKDIR}/src/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" +LIC_FILES_CHKSUM = file://${WORKDIR}/src/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" PR = "r0" SRC_URI = " \ |