package/libiqrf: add license file
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 7 Nov 2020 14:03:03 +0000 (15:03 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 10 Nov 2020 07:29:37 +0000 (08:29 +0100)
Add license file and, while at it, update indentation to two spaces

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libiqrf/libiqrf.hash
package/libiqrf/libiqrf.mk

index b7f3b9bf2c32c4422f941732feeb3d1a8a2477af..df749def1741097c85e32b66617c7c8be05ad23b 100644 (file)
@@ -1,2 +1,3 @@
 # Locally calculated
-sha256 8111031dd9dd6093a1927eb32dd7476fe22cfee9190043aa8e4c88003c104b16  libiqrf-0.1.2.tar.gz
+sha256  8111031dd9dd6093a1927eb32dd7476fe22cfee9190043aa8e4c88003c104b16  libiqrf-0.1.2.tar.gz
+sha256  11e0700d7c23604d86fa1e7c54c7caa778d79eeb0035be8f80b5a552224ef015  src/iqrf.c
index cd03373dec2c004b74ce7178d342f52b72f51ca4..3f4e3e8498e6dc7360a38edea99159815b8eaba3 100644 (file)
@@ -9,5 +9,6 @@ LIBIQRF_SITE = $(call github,nandra,libiqrf,v$(LIBIQRF_VERSION))
 LIBIQRF_INSTALL_STAGING = YES
 LIBIQRF_DEPENDENCIES = libusb
 LIBIQRF_LICENSE = LGPL-2.1+
+LIBIQRF_LICENSE_FILES = src/iqrf.c
 
 $(eval $(cmake-package))