[Buildroot] [git commit branch/2017.02.x] libcurl: LICENSE value changes to SPDX

Peter Korsgaard peter at korsgaard.com
Tue Sep 5 21:56:02 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=9c0d97c701daa0b37263f664ebe91c3095e9eac9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2017.02.x

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 at melcoinc.co.jp>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>

(cherry picked from commit d80110a635c23aac17dabf2e58b580470749a2c9)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/libcurl/libcurl.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
index 45bd080..6848449 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
 


More information about the buildroot mailing list