mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
17
package/azure-iot-sdk-c/Config.in
Normal file
17
package/azure-iot-sdk-c/Config.in
Normal file
@@ -0,0 +1,17 @@
|
||||
config BR2_PACKAGE_AZURE_IOT_SDK_C
|
||||
bool "azure-iot-sdk-c"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||
select BR2_PACKAGE_LIBCURL
|
||||
select BR2_PACKAGE_LIBXML2
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_UTIL_LINUX
|
||||
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
||||
help
|
||||
Microsoft Azure IoT Hub device SDK for C is used
|
||||
to connect devices running C code to Azure IoT Hub.
|
||||
|
||||
https://github.com/Azure/azure-iot-sdk-c
|
||||
|
||||
comment "azure-iot-sdk-c needs a toolchain w/ C++ and NPTL"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||
Reference in New Issue
Block a user