Merge branch 'bugfix/CMake_esp_https_ota_dependencies' into master

components/esp_https_ota: Changes in public requirement list for CMake and esp_ota_ops.h is included in esp_https_ota.c

bootloader_support is added in public requirements of CMake

bootloader_common.h is included in esp_https_ota.h

Closes https://github.com/espressif/esp-idf/issues/4198

Closes IDFGH-2066
This commit is contained in:
Shubham Kulkarni
2019-10-14 17:56:21 -03:00
parent 2b44bc47df
commit f335bfdea7
3 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
set(COMPONENT_ADD_INCLUDEDIRS include)
set(COMPONENT_SRCS "src/esp_https_ota.c")
set(COMPONENT_REQUIRES esp_http_client)
set(COMPONENT_REQUIRES esp_http_client bootloader_support)
set(COMPONENT_PRIV_REQUIRES log app_update)
register_component()