summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Huth <huth@tuxfamily.org>2019-09-20 21:32:36 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-09-21 23:07:00 +0200
commit40de427a6330caaec661ad8f4f973b9e740f04ae (patch)
treea3fb5321d5946b2ba498f65b68fee8b10726e22b
parentb855a796012e842f604bf36ffef3c5bab4e5c94a (diff)
package/ncurses: use COPYING as license file instead of README
The recent versions of ncurses now have the license information in a separate file called COPYING. Signed-off-by: Thomas Huth <huth@tuxfamily.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r--package/ncurses/ncurses.hash2
-rw-r--r--package/ncurses/ncurses.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/ncurses/ncurses.hash b/package/ncurses/ncurses.hash
index cb6ef6b863..123256bf94 100644
--- a/package/ncurses/ncurses.hash
+++ b/package/ncurses/ncurses.hash
@@ -1,4 +1,4 @@
# Locally calculated after checking pgp signature
sha256 aa057eeeb4a14d470101eff4597d5833dcef5965331be3528c08d99cebaa0d17 ncurses-6.1.tar.gz
# Locally computed
-sha256 3c7bc1dd475a5e5dcc7bdf13268a0313ff69e3765689444eb95b5893f61b3d1e README
+sha256 86106f0da1cf5ccfa0f0651665dd1b4515e8edad1c7972780155770548b317d9 COPYING
diff --git a/package/ncurses/ncurses.mk b/package/ncurses/ncurses.mk
index e27598bd42..12fb9812e7 100644
--- a/package/ncurses/ncurses.mk
+++ b/package/ncurses/ncurses.mk
@@ -9,7 +9,7 @@ NCURSES_SITE = $(BR2_GNU_MIRROR)/ncurses
NCURSES_INSTALL_STAGING = YES
NCURSES_DEPENDENCIES = host-ncurses
NCURSES_LICENSE = MIT with advertising clause
-NCURSES_LICENSE_FILES = README
+NCURSES_LICENSE_FILES = COPYING
NCURSES_CONFIG_SCRIPTS = ncurses$(NCURSES_LIB_SUFFIX)6-config
NCURSES_CONF_OPTS = \