diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-01 17:52:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-01 23:46:25 +0000 |
commit | 1402016341391e54e541eec869eaad7a42cb43c7 (patch) | |
tree | 01871aa79d7962fb02fb22e716e0cfbb60474d06 /recipes-extended/gperf/gperf.inc | |
parent | 8492913025f1286c657a34996c02b2b4de19fb6a (diff) | |
download | meta-gplv2-1402016341391e54e541eec869eaad7a42cb43c7.tar.gz |
recipes: Convert to use SPDX license names in LICENSE variables
This uses the script from OE-Core to make the conversion.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-extended/gperf/gperf.inc')
-rw-r--r-- | recipes-extended/gperf/gperf.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/gperf/gperf.inc b/recipes-extended/gperf/gperf.inc index 10738e4..37fc334 100644 --- a/recipes-extended/gperf/gperf.inc +++ b/recipes-extended/gperf/gperf.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "GNU gperf is a perfect hash function generator" | 1 | DESCRIPTION = "GNU gperf is a perfect hash function generator" |
2 | HOMEPAGE = "http://www.gnu.org/software/gperf" | 2 | HOMEPAGE = "http://www.gnu.org/software/gperf" |
3 | SUMMARY = "Generate a perfect hash function from a set of keywords" | 3 | SUMMARY = "Generate a perfect hash function from a set of keywords" |
4 | LICENSE = "GPLv3+" | 4 | LICENSE = "GPL-3.0-or-later" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
6 | file://src/main.cc;beginline=8;endline=19;md5=dec8f611845d047387ed56b5b85fa99b" | 6 | file://src/main.cc;beginline=8;endline=19;md5=dec8f611845d047387ed56b5b85fa99b" |
7 | 7 | ||