mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
17 lines
523 B
Makefile
17 lines
523 B
Makefile
################################################################################
|
|
#
|
|
# libcoap
|
|
#
|
|
################################################################################
|
|
|
|
LIBCOAP_VERSION = v4.1.2
|
|
LIBCOAP_SITE = $(call github,obgm,libcoap,$(LIBCOAP_VERSION))
|
|
LIBCOAP_INSTALL_STAGING = YES
|
|
LIBCOAP_LICENSE = GPL-2.0+ or BSD-2-Clause
|
|
LIBCOAP_LICENSE_FILES = COPYING LICENSE.GPL LICENSE.BSD
|
|
LIBCOAP_DEPENDENCIES = host-pkgconf
|
|
LIBCOAP_CONF_OPTS = --disable-examples
|
|
LIBCOAP_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|