Skip to content

Commit 4d52982

Browse files
authored
Merge pull request #876 from Lapshin/master
fix: drop newlib from PRIV_REQUIRES
2 parents d09b302 + 6318022 commit 4d52982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/mosquitto/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ idf_component_register(SRCS ${m_srcs}
8282
${m_incl_dir} ${m_lib_dir} ${m_deps_dir}
8383
INCLUDE_DIRS ${m_incl_dir} port/include
8484
REQUIRES esp-tls
85-
PRIV_REQUIRES newlib sock_utils esp_timer)
85+
PRIV_REQUIRES sock_utils esp_timer)
8686

8787
target_compile_definitions(${COMPONENT_LIB} PRIVATE "WITH_BROKER")
8888
if (CONFIG_MOSQ_ENABLE_SYS)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
idf_component_register(SRCS "example_broker.c"
2-
PRIV_REQUIRES newlib nvs_flash esp_netif esp_event mqtt
2+
PRIV_REQUIRES nvs_flash esp_netif esp_event mqtt
33
EMBED_TXTFILES servercert.pem serverkey.pem cacert.pem)

0 commit comments

Comments
 (0)