[Buildroot] [PATCH v4 3/3] minicom: add license

Giulio Benetti giulio.benetti at micronovasrl.com
Sun Aug 26 12:23:08 UTC 2018


minicom package has not license.

Add COPYING file to MINICOM_LICENSE_FILES and its sha256 to .hash file.
Add MINICOM_LICENSE = GPL-2.0+ according to minicom COPYING informations.

Signed-off-by: Giulio Benetti <giulio.benetti at micronovasrl.com>
---
 package/minicom/minicom.hash | 1 +
 package/minicom/minicom.mk   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/package/minicom/minicom.hash b/package/minicom/minicom.hash
index 0e94e566e7..14998edee1 100644
--- a/package/minicom/minicom.hash
+++ b/package/minicom/minicom.hash
@@ -1,2 +1,3 @@
 # Locally calculated
 sha256 3bd58b594ac66545649c13ab2b728a4df0f78612eb030680d4152f7627d1f177  minicom-19ab49422f3431102c31fea01549121385113f80.tar.gz
+sha256 cf80a758014eefbf068afffe3d462fc34ff4f528527524d8e100329c42094e15  COPYING
\ No newline at end of file
diff --git a/package/minicom/minicom.mk b/package/minicom/minicom.mk
index 8e1ca650ef..dcc78ec4bb 100644
--- a/package/minicom/minicom.mk
+++ b/package/minicom/minicom.mk
@@ -7,6 +7,8 @@
 MINICOM_VERSION = 19ab49422f3431102c31fea01549121385113f80
 MINICOM_SITE = https://salsa.debian.org/minicom-team/minicom.git
 MINICOM_SITE_METHOD = git
+MINICOM_LICENSE = GPL-2.0+
+MINICOM_LICENSE_FILES = COPYING
 MINICOM_AUTORECONF = YES
 
 # pkg-config is only used to check for liblockdev, which we don't have
-- 
2.17.1




More information about the buildroot mailing list