mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
refactor(protocols): Removed the common_component dependency
- Removed the common_component build dependency from protocols test_apps and examples
This commit is contained in:
@@ -5,5 +5,4 @@ components/esp_http_client/test_apps:
|
||||
- if: CONFIG_NAME == "client_only_mbedtls" and IDF_TARGET not in ["esp32c3"]
|
||||
reason: Testing on one target is enough
|
||||
depends_components:
|
||||
- *common_components
|
||||
- esp_http_client
|
||||
|
||||
@@ -18,3 +18,4 @@ components/mbedtls/test_apps:
|
||||
- esp_driver_dma
|
||||
- esp_hal_dma
|
||||
- esp_mm
|
||||
- esp_hw_support
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
.default_rules: &default_rules
|
||||
depends_components:
|
||||
- *common_components
|
||||
- lwip
|
||||
- esp_netif
|
||||
- esp_wifi
|
||||
|
||||
Reference in New Issue
Block a user