kumquat-buildroot/package/intel-gmmlib/intel-gmmlib.mk
Thomas Petazzoni a4a0cf2133 package/intel-gmmlib: fix license file and add hash
The license file is not named COPYING, but LICENSE.md. While we're at
it, we add the hash of the license file.

Fixes:

  http://autobuild.buildroot.net/results/09e4c14effe58ec2bc6f3deede7cc17ae6590767/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-02-08 12:01:01 +01:00

18 lines
491 B
Makefile

################################################################################
#
# intel-gmmlib
#
################################################################################
INTEL_GMMLIB_VERSION = 18.4.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))