summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-04-07 16:28:58 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-07 20:04:43 +0200
commit2843b970e749db28eb06d0c5968a60bc006c9747 (patch)
treeb257d46294d6e8d4e0cca03728d406963d45ee10
parent2e06eaa8db5e12cc5f8362da4aef8309ea6e682f (diff)
downloadbuildroot-2843b970e749db28eb06d0c5968a60bc006c9747.tar.gz
buildroot-2843b970e749db28eb06d0c5968a60bc006c9747.zip
freetype: legal-info: include docs/LICENSE.TXT
LICENSE.TXT gives an overview and explains in detail that freetype is dual licensed under the FTL and GPLv2+, so also include it in the license files. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/freetype/freetype.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/freetype/freetype.mk b/package/freetype/freetype.mk
index da9e900e88..57f9b20483 100644
--- a/package/freetype/freetype.mk
+++ b/package/freetype/freetype.mk
@@ -10,7 +10,7 @@ FREETYPE_SITE = http://download.savannah.gnu.org/releases/freetype
FREETYPE_INSTALL_STAGING = YES
FREETYPE_MAKE_OPTS = CCexe="$(HOSTCC)"
FREETYPE_LICENSE = Dual FTL/GPL-2.0+
-FREETYPE_LICENSE_FILES = docs/FTL.TXT docs/GPLv2.TXT
+FREETYPE_LICENSE_FILES = docs/LICENSE.TXT docs/FTL.TXT docs/GPLv2.TXT
FREETYPE_DEPENDENCIES = host-pkgconf
FREETYPE_CONFIG_SCRIPTS = freetype-config
OpenPOWER on IntegriCloud