63332c33aa
This patch adds CPE ID information for a significant number of packages. Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
490 B
Makefile
18 lines
490 B
Makefile
################################################################################
|
|
#
|
|
# libffi
|
|
#
|
|
################################################################################
|
|
|
|
LIBFFI_VERSION = 3.3
|
|
LIBFFI_SITE = $(call github,libffi,libffi,v$(LIBFFI_VERSION))
|
|
LIBFFI_CPE_ID_VERSION = 3.3
|
|
LIBFFI_CPE_ID_VERSION_MINOR = rc0
|
|
LIBFFI_LICENSE = MIT
|
|
LIBFFI_LICENSE_FILES = LICENSE
|
|
LIBFFI_INSTALL_STAGING = YES
|
|
LIBFFI_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|