diff options
| author | Uros Majstorovic <majstor@majstor.org> | 2021-08-27 02:10:55 +0200 |
|---|---|---|
| committer | Uros Majstorovic <majstor@majstor.org> | 2021-08-27 02:10:55 +0200 |
| commit | 216be4bf2c52bf9aba2d2aaf381f42d505336af4 (patch) | |
| tree | aec544c8b5fb5473bc8d5c3d89289bba97bcea43 | |
| parent | a78bc57e3d645a9e4ca248e71debb9179920f76b (diff) | |
fixed spid
| -rw-r--r-- | recipes-bsp/esp32spid/esp32spid_0.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/esp32spid/esp32spid_0.1.bb b/recipes-bsp/esp32spid/esp32spid_0.1.bb index 86f17f0..1f8ea42 100644 --- a/recipes-bsp/esp32spid/esp32spid_0.1.bb +++ b/recipes-bsp/esp32spid/esp32spid_0.1.bb @@ -6,6 +6,7 @@ PR = "r0" SRC_URI = " \ file://src/ \ + file://LICENSE \ " do_compile () { |
