[Buildroot] [git commit] package/a10disp: add license file

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Jul 18 13:56:46 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=7ebfb17eaf65eef316916379d6a6e00f8a8cf4fd
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Also separate the fields in the hash file by two spaces.

Signed-off-by: Sergio Prado <sergio.prado at e-labworks.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/a10disp/a10disp.hash | 3 ++-
 package/a10disp/a10disp.mk   | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/a10disp/a10disp.hash b/package/a10disp/a10disp.hash
index f1bddec5df..acaafc3530 100644
--- a/package/a10disp/a10disp.hash
+++ b/package/a10disp/a10disp.hash
@@ -1,2 +1,3 @@
 # Locally calculated
-sha256 5077405030e8f97a1edd4b86d469466abbc4d32b4a4609e58459347fcd1ba35b a10disp-0.6.1.tar.gz
+sha256  5077405030e8f97a1edd4b86d469466abbc4d32b4a4609e58459347fcd1ba35b  a10disp-0.6.1.tar.gz
+sha256  ddf849966f57fee8f9675f5a3c7791353d1cba71695cd58016212fc236bbdbee  a10disp.c
diff --git a/package/a10disp/a10disp.mk b/package/a10disp/a10disp.mk
index 4c2ee14e29..c919202329 100644
--- a/package/a10disp/a10disp.mk
+++ b/package/a10disp/a10disp.mk
@@ -7,6 +7,7 @@
 A10DISP_VERSION = 0.6.1
 A10DISP_SITE = $(call github,hglm,a10disp,v$(A10DISP_VERSION))
 A10DISP_LICENSE = MIT
+A10DISP_LICENSE_FILES = a10disp.c
 
 A10DISP_DEPENDENCIES = linux
 


More information about the buildroot mailing list