3880e7d55d
cpe:2.3🅰️eclipse:tinydtls is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aeclipse%3Atinydtls Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
20 lines
654 B
Makefile
20 lines
654 B
Makefile
################################################################################
|
|
#
|
|
# tinydtls
|
|
#
|
|
################################################################################
|
|
|
|
TINYDTLS_VERSION = 0.9-rc1
|
|
TINYDTLS_SITE = $(call github,eclipse,tinydtls,v$(TINYDTLS_VERSION))
|
|
TINYDTLS_LICENSE = EPL-1.0 or EDL-1.0
|
|
TINYDTLS_LICENSE_FILES = LICENSE
|
|
TINYDTLS_CPE_ID_VENDOR = eclipse
|
|
TINYDTLS_INSTALL_STAGING = YES
|
|
TINYDTLS_DEPENDENCIES = host-pkgconf
|
|
# From git
|
|
TINYDTLS_AUTORECONF = YES
|
|
# use inttypes.h data types instead of u_intXX_t for musl compatibility
|
|
TINYDTLS_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -DSHA2_USE_INTTYPES_H"
|
|
|
|
$(eval $(autotools-package))
|