summaryrefslogtreecommitdiffstats
path: root/package/libcurl
diff options
context:
space:
mode:
authorNaoki Matsumoto <n-matsumoto@melcoinc.co.jp>2017-06-26 10:34:23 +0900
committerPeter Korsgaard <peter@korsgaard.com>2017-07-02 23:35:46 +0200
commitd80110a635c23aac17dabf2e58b580470749a2c9 (patch)
tree79e97f2c865b836528e30c3141c7d5d79dda8a6f /package/libcurl
parent8f79a7b28556692383e86c4cd4c901c17335827d (diff)
downloadbuildroot-d80110a635c23aac17dabf2e58b580470749a2c9.tar.gz
buildroot-d80110a635c23aac17dabf2e58b580470749a2c9.zip
libcurl: LICENSE value changes to SPDX
The curl license is a MIT/X derivative license, but has a distinct identifier in SPDX, so use that: https://spdx.org/licenses/curl.html [Peter: reword commit message] Signed-off-by: Naoki Matsumoto <n-matsumoto@melcoinc.co.jp> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libcurl')
-rw-r--r--package/libcurl/libcurl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
index 45bd0802d1..684844919e 100644
--- a/package/libcurl/libcurl.mk
+++ b/package/libcurl/libcurl.mk
@@ -11,7 +11,7 @@ LIBCURL_DEPENDENCIES = host-pkgconf \
$(if $(BR2_PACKAGE_ZLIB),zlib) \
$(if $(BR2_PACKAGE_LIBIDN),libidn) \
$(if $(BR2_PACKAGE_RTMPDUMP),rtmpdump)
-LIBCURL_LICENSE = ISC
+LIBCURL_LICENSE = curl
LIBCURL_LICENSE_FILES = COPYING
LIBCURL_INSTALL_STAGING = YES
OpenPOWER on IntegriCloud