diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-08-27 02:07:01 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-08-27 02:07:01 +0200 |
commit | fc8eb0aba1641c19a8feabe013d6c579b5bd3e50 (patch) | |
tree | e250249ccf54d91b5906df8f68046f1dc2d1ea0e /recipes-bsp | |
parent | 744558a1fa73d7ea860e26bf51e17534d94170db (diff) |
fixed spid
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/esp32spid/esp32spid_0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/esp32spid/esp32spid_0.1.bb b/recipes-bsp/esp32spid/esp32spid_0.1.bb index 8e41d34..b43c819 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}/src/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" PR = "r0" SRC_URI = " \ |