package/intel-gmmlib: fix license file and add hash
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 8 Feb 2019 10:59:04 +0000 (11:59 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 8 Feb 2019 11:01:01 +0000 (12:01 +0100)
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>
package/intel-gmmlib/intel-gmmlib.hash
package/intel-gmmlib/intel-gmmlib.mk

index 3c234ea30759a8f6410867a318c82c2546168f7c..d54abd2a43b2c8042e470a0c750642300d3ab9ed 100644 (file)
@@ -1,2 +1,3 @@
 # Locally computed
 sha256 7970a8ae4e16efb98f38fbbc0346eea03227fc4462a9bd8e8077277cc3430a84  intel-gmmlib-18.4.1.tar.gz
+sha256 b61d639c5d84ec710ffcf5600ac92f8a4ace66670c1f9bd921f3bde671d36033  LICENSE.md
index 6af315293739bc3650701eb7d6d0af0afe38823f..4d89086590a127a010c6c7cb26052d3e30fbb596 100644 (file)
@@ -7,7 +7,7 @@
 INTEL_GMMLIB_VERSION = 18.4.1
 INTEL_GMMLIB_SITE = https://github.com/intel/gmmlib/archive
 INTEL_GMMLIB_LICENSE = MIT
-INTEL_GMMLIB_LICENSE_FILES = COPYING
+INTEL_GMMLIB_LICENSE_FILES = LICENSE.md
 
 INTEL_GMMLIB_INSTALL_STAGING = YES
 INTEL_GMMLIB_SUPPORTS_IN_SOURCE_BUILD = NO