summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lighttpd
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-07 13:08:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-15 14:16:11 +0100
commitd98da1c2373cfc5055f88f720eb2d5b8d28d3115 (patch)
tree9888b429bfb77453c4fe129ccd44fd983a08c8bf /meta/recipes-extended/lighttpd
parent5ef5c872faedec0e722bb9c7f8b582eac2becce0 (diff)
downloadpoky-d98da1c2373cfc5055f88f720eb2d5b8d28d3115.tar.gz
lighttpd: Clarify BSD license variant
The license of lighttpd is BSD-3-Clause. (From OE-Core rev: 9bd43b930645ddba81a8b209e2d15315b9f42705) Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lighttpd')
-rw-r--r--meta/recipes-extended/lighttpd/lighttpd_1.4.54.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.54.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.54.bb
index 2e83c821a6..20ce698729 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.54.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.54.bb
@@ -2,7 +2,7 @@ SUMMARY = "Lightweight high-performance web server"
2HOMEPAGE = "http://www.lighttpd.net/" 2HOMEPAGE = "http://www.lighttpd.net/"
3BUGTRACKER = "http://redmine.lighttpd.net/projects/lighttpd/issues" 3BUGTRACKER = "http://redmine.lighttpd.net/projects/lighttpd/issues"
4 4
5LICENSE = "BSD" 5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579" 6LIC_FILES_CHKSUM = "file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579"
7 7
8SECTION = "net" 8SECTION = "net"