2d837933e5
Despite newer versions being available, this patch creates a package for version 2017-05-05, because newer version have issues that need to be addressed. Still, the projects install target installs the wrong files, so custom commands are needed for staging_install and target_install. Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
525 B
Plaintext
17 lines
525 B
Plaintext
config BR2_PACKAGE_AZURE_IOT_SDK_C
|
|
bool "azure-iot-sdk-c"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
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://docs.microsoft.com/nl-nl/azure/iot-hub/iot-hub-device-sdk-c-intro
|
|
|
|
comment "azure-iot-sdk-c needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|