mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-09-25 14:20:54 +02:00
Merge pull request #876 from Lapshin/master
fix: drop newlib from PRIV_REQUIRES
This commit is contained in:
@@ -82,7 +82,7 @@ idf_component_register(SRCS ${m_srcs}
|
|||||||
${m_incl_dir} ${m_lib_dir} ${m_deps_dir}
|
${m_incl_dir} ${m_lib_dir} ${m_deps_dir}
|
||||||
INCLUDE_DIRS ${m_incl_dir} port/include
|
INCLUDE_DIRS ${m_incl_dir} port/include
|
||||||
REQUIRES esp-tls
|
REQUIRES esp-tls
|
||||||
PRIV_REQUIRES newlib sock_utils esp_timer)
|
PRIV_REQUIRES sock_utils esp_timer)
|
||||||
|
|
||||||
target_compile_definitions(${COMPONENT_LIB} PRIVATE "WITH_BROKER")
|
target_compile_definitions(${COMPONENT_LIB} PRIVATE "WITH_BROKER")
|
||||||
if (CONFIG_MOSQ_ENABLE_SYS)
|
if (CONFIG_MOSQ_ENABLE_SYS)
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
idf_component_register(SRCS "example_broker.c"
|
idf_component_register(SRCS "example_broker.c"
|
||||||
PRIV_REQUIRES newlib nvs_flash esp_netif esp_event mqtt
|
PRIV_REQUIRES nvs_flash esp_netif esp_event mqtt
|
||||||
EMBED_TXTFILES servercert.pem serverkey.pem cacert.pem)
|
EMBED_TXTFILES servercert.pem serverkey.pem cacert.pem)
|
||||||
|
Reference in New Issue
Block a user