summaryrefslogtreecommitdiffstats
path: root/package/thrift
diff options
context:
space:
mode:
authorSimon Dawson <spdawson@gmail.com>2014-01-02 13:01:48 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-01-02 15:12:02 +0100
commitab836f14e62209ce506ff17c7f344e07458e9085 (patch)
treec67f81a601d7b295899818e5cde99d681a589fd2 /package/thrift
parentd6c096fd09219691c3f273aff298631b07c669e0 (diff)
downloadbuildroot-ab836f14e62209ce506ff17c7f344e07458e9085.tar.gz
buildroot-ab836f14e62209ce506ff17c7f344e07458e9085.zip
package: standardise Apache licenses
Apache licenses are referred to in a variety of ways; standardise these, choosing a form which does not contain whitespace. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/thrift')
-rw-r--r--package/thrift/thrift.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/thrift/thrift.mk b/package/thrift/thrift.mk
index 8af96438bd..d61cc3a5f6 100644
--- a/package/thrift/thrift.mk
+++ b/package/thrift/thrift.mk
@@ -14,7 +14,7 @@ THRIFT_CONF_OPT = --with-sysroot=$(STAGING_DIR) --with-tests=no \
--with-boost=$(STAGING_DIR)
HOST_THRIFT_CONF_OPT = --with-sysroot=$(HOST_DIR) --with-tests=no
THRIFT_AUTORECONF = YES
-THRIFT_LICENSE = Apache 2.0
+THRIFT_LICENSE = Apache-2.0
THRIFT_LICENSE_FILES = LICENSE
ifeq ($(BR2_PREFER_STATIC_LIB),y)
OpenPOWER on IntegriCloud