d1debbb4c7
Drop custom install rules which have been added since the addition of
the package in commit 2d837933e5
but are
now resulting in a broken installion
Fixes:
- https://bugs.buildroot.org/show_bug.cgi?id=14636
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
18 lines
610 B
Makefile
18 lines
610 B
Makefile
################################################################################
|
|
#
|
|
# azure-iot-sdk-c
|
|
#
|
|
################################################################################
|
|
|
|
AZURE_IOT_SDK_C_VERSION = LTS_01_2021_Ref01
|
|
AZURE_IOT_SDK_C_SITE = https://github.com/Azure/azure-iot-sdk-c
|
|
AZURE_IOT_SDK_C_SITE_METHOD = git
|
|
AZURE_IOT_SDK_C_GIT_SUBMODULES = YES
|
|
AZURE_IOT_SDK_C_LICENSE = MIT
|
|
AZURE_IOT_SDK_C_LICENSE_FILES = LICENSE
|
|
AZURE_IOT_SDK_C_INSTALL_STAGING = YES
|
|
AZURE_IOT_SDK_C_DEPENDENCIES = libxml2 openssl libcurl util-linux
|
|
AZURE_IOT_SDK_C_CONF_OPTS = -Dskip_samples=ON
|
|
|
|
$(eval $(cmake-package))
|