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/texinfo | |
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/texinfo')
-rw-r--r-- | recipes-extended/texinfo/texinfo_4.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/texinfo/texinfo_4.8.bb b/recipes-extended/texinfo/texinfo_4.8.bb index ea269cc..c975f48 100644 --- a/recipes-extended/texinfo/texinfo_4.8.bb +++ b/recipes-extended/texinfo/texinfo_4.8.bb | |||
@@ -4,7 +4,7 @@ online information and printed output from a single source file. The \ | |||
4 | GNU Project uses the Texinfo file format for most of its documentation." | 4 | GNU Project uses the Texinfo file format for most of its documentation." |
5 | HOMEPAGE = "http://www.gnu.org/software/texinfo/" | 5 | HOMEPAGE = "http://www.gnu.org/software/texinfo/" |
6 | SECTION = "console/utils" | 6 | SECTION = "console/utils" |
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPL-2.0-only" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
9 | 9 | ||
10 | PROVIDES:append:class-native = " texinfo-4.8-replacement-native" | 10 | PROVIDES:append:class-native = " texinfo-4.8-replacement-native" |