From: Alexander Dahl Date: Mon, 26 Mar 2018 07:18:44 +0000 (+0200) Subject: libfcgi: Use SPDX license identifier X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b13d9ab380704ba4faf1e0295885797cb3341336;p=buildroot.git libfcgi: Use SPDX license identifier The fcgi license is covered by SPDX, the identifier however is not obvious. For details, see https://spdx.org/licenses/OML.html [Peter: add spdx.org link] Signed-off-by: Alexander Dahl Signed-off-by: Peter Korsgaard --- diff --git a/package/libfcgi/libfcgi.mk b/package/libfcgi/libfcgi.mk index ced850c153..78da772916 100644 --- a/package/libfcgi/libfcgi.mk +++ b/package/libfcgi/libfcgi.mk @@ -7,7 +7,7 @@ LIBFCGI_VERSION = 2.4.0 LIBFCGI_SOURCE = fcgi-$(LIBFCGI_VERSION).tar.gz LIBFCGI_SITE = http://www.fastcgi.com/dist -LIBFCGI_LICENSE = fcgi license +LIBFCGI_LICENSE = OML LIBFCGI_LICENSE_FILES = LICENSE.TERMS LIBFCGI_INSTALL_STAGING = YES LIBFCGI_AUTORECONF = YES