mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/azure-iot-sdk-c: needs wchar
wchar is needed since version LTS_07_2020_Ref01 which bumped internal umock with8a27860452Indeed umock unconditionally depends on wchar since6b8e0160deFixes: - http://autobuild.buildroot.org/results/ad7ecd00d8f55c7cae5886c38c097ff0d071a962 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
4ae8ecea8f
commit
7ab0f58a5d
@@ -2,6 +2,7 @@ config BR2_PACKAGE_AZURE_IOT_SDK_C
|
|||||||
bool "azure-iot-sdk-c"
|
bool "azure-iot-sdk-c"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||||
|
depends on BR2_USE_WCHAR
|
||||||
select BR2_PACKAGE_LIBCURL
|
select BR2_PACKAGE_LIBCURL
|
||||||
select BR2_PACKAGE_LIBXML2
|
select BR2_PACKAGE_LIBXML2
|
||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
@@ -13,5 +14,6 @@ config BR2_PACKAGE_AZURE_IOT_SDK_C
|
|||||||
|
|
||||||
https://github.com/Azure/azure-iot-sdk-c
|
https://github.com/Azure/azure-iot-sdk-c
|
||||||
|
|
||||||
comment "azure-iot-sdk-c needs a toolchain w/ C++ and NPTL"
|
comment "azure-iot-sdk-c needs a toolchain w/ C++, NPTL and wchar"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
depends on !BR2_INSTALL_LIBSTDCPP || \
|
||||||
|
!BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_USE_WCHAR
|
||||||
|
|||||||
Reference in New Issue
Block a user