]> granicus.if.org Git - esp-idf/commit
cmakelists: move spi_flash to COMPONENT_REQUIRES
authorNicola Lunghi <25422924+nicola-lunghi@users.noreply.github.com>
Fri, 11 May 2018 15:54:45 +0000 (16:54 +0100)
committerAngus Gratton <gus@projectgus.com>
Tue, 29 May 2018 06:34:45 +0000 (16:34 +1000)
commited1f4e50df605fcd2dbbe38d9f445563e0f9c559
tree2485ab5cc23799c7007a533cea0c30edf54000f6
parentbe4956fe7c09ee39f45eb9dda308d372b7857e3b
cmakelists: move spi_flash to COMPONENT_REQUIRES

in the include file esp_ota_ops.h "esp_partition.h" is included.
This is from spi_flash so component that requires app_update also will need that

this fixes this error:

  In file included from ../components/esp32-homie/ota.c:11:0:
  /esp-idf/components/app_update/include/esp_ota_ops.h:22:27: fatal error: esp_partition.h: No such file or directory

Signed-off-by: Nicola Lunghi <25422924+nicola-lunghi@users.noreply.github.com>
Merges https://github.com/espressif/esp-idf/pull/1947
components/app_update/CMakeLists.txt