kumquat-buildroot/package/intel-gmmlib/intel-gmmlib.mk
Bernd Kuhls 534f4d6c68 package/intel-gmmlib: bump version to 21.2.1
Added patch to remove hardening-related flags.

Updated license hash due to upstream commit
9253eb8b94

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-07-03 22:58:29 +02:00

18 lines
491 B
Makefile

################################################################################
#
# intel-gmmlib
#
################################################################################
INTEL_GMMLIB_VERSION = 21.2.1
INTEL_GMMLIB_SITE = https://github.com/intel/gmmlib/archive
INTEL_GMMLIB_LICENSE = MIT
INTEL_GMMLIB_LICENSE_FILES = LICENSE.md
INTEL_GMMLIB_INSTALL_STAGING = YES
INTEL_GMMLIB_SUPPORTS_IN_SOURCE_BUILD = NO
INTEL_GMMLIB_CONF_OPTS = -DRUN_TEST_SUITE=OFF
$(eval $(cmake-package))