c9779f53d0
Release notes:
https://lists.gnu.org/archive/html/help-libtasn1/2019-07/msg00000.html
Upstream moved license files COPYING/COPYING.LIB to doc/ and added
LICENSE:
142a25a1df
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
565 B
Makefile
17 lines
565 B
Makefile
################################################################################
|
|
#
|
|
# libtasn1
|
|
#
|
|
################################################################################
|
|
|
|
LIBTASN1_VERSION = 4.14
|
|
LIBTASN1_SITE = $(BR2_GNU_MIRROR)/libtasn1
|
|
LIBTASN1_DEPENDENCIES = host-bison
|
|
LIBTASN1_LICENSE = GPL-3.0+ (tests, tools), LGPL-2.1+ (library)
|
|
LIBTASN1_LICENSE_FILES = LICENSE doc/COPYING doc/COPYING.LESSER
|
|
LIBTASN1_INSTALL_STAGING = YES
|
|
# 'missing' fallback logic botched so disable it completely
|
|
LIBTASN1_CONF_ENV = MAKEINFO="true"
|
|
|
|
$(eval $(autotools-package))
|