libcgi: add license file (with its hash)
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 28 Apr 2018 12:26:27 +0000 (14:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 28 Apr 2018 13:25:52 +0000 (15:25 +0200)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libcgi/libcgi.hash
package/libcgi/libcgi.mk

index 3d9f791ed2ebdd2bec849009a6042b6674cfc13d..f071cc0aea613fd85a9c20a3cfb7f1e22b41aa26 100644 (file)
@@ -1,2 +1,5 @@
 # From https://github.com/rafaelsteil/libcgi/releases/download/v1.1/libcgi-1.1.tar.gz.sha256sum
 sha256  128445f2f828e84905d51bd53d11e2e08c489df3a07225ff9f198c1318092fe6  libcgi-1.1.tar.gz
+
+# Hash for license file:
+sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING
index 0d51de7542526fab7c3c7d2545a2b89361d5c337..d1e403fdf1e99ecd0f782ffa2d709c9403bea34e 100644 (file)
@@ -9,5 +9,6 @@ LIBCGI_SITE = https://github.com/rafaelsteil/libcgi/releases/download/v$(LIBCGI_
 
 LIBCGI_INSTALL_STAGING = YES
 LIBCGI_LICENSE = LGPL-2.1+
+LIBCGI_LICENSE_FILES = COPYING
 
 $(eval $(cmake-package))