diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-07 13:08:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-15 14:16:11 +0100 |
commit | d98da1c2373cfc5055f88f720eb2d5b8d28d3115 (patch) | |
tree | 9888b429bfb77453c4fe129ccd44fd983a08c8bf | |
parent | 5ef5c872faedec0e722bb9c7f8b582eac2becce0 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-extended/lighttpd/lighttpd_1.4.54.bb | 2 |
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" | |||
2 | HOMEPAGE = "http://www.lighttpd.net/" | 2 | HOMEPAGE = "http://www.lighttpd.net/" |
3 | BUGTRACKER = "http://redmine.lighttpd.net/projects/lighttpd/issues" | 3 | BUGTRACKER = "http://redmine.lighttpd.net/projects/lighttpd/issues" |
4 | 4 | ||
5 | LICENSE = "BSD" | 5 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579" |
7 | 7 | ||
8 | SECTION = "net" | 8 | SECTION = "net" |