diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-04 00:46:28 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-04 17:41:45 -0800 |
commit | 312832a3c5035b11db99cbb62061d8fbea31420e (patch) | |
tree | 19df8e08ef201170deebc580277e4000b58f1be2 /meta-webserver/recipes-httpd/hiawatha | |
parent | ee0f7dc9b7cbe1124e514e54a3de6572a15a31ce (diff) | |
download | meta-openembedded-312832a3c5035b11db99cbb62061d8fbea31420e.tar.gz |
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd/hiawatha')
-rw-r--r-- | meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb index f13f144fcc..2e848eaf56 100644 --- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb +++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Lightweight secure web server" | 1 | SUMMARY = "Lightweight secure web server" |
2 | HOMEPAGE = "http://www.hiawatha-webserver.org" | 2 | HOMEPAGE = "http://www.hiawatha-webserver.org" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" |
5 | DEPENDS = "libxml2 libxslt virtual/crypt" | 5 | DEPENDS = "libxml2 libxslt virtual/crypt" |
6 | 6 | ||