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-core/gettext | |
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-core/gettext')
-rw-r--r-- | recipes-core/gettext/gettext_0.16.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/gettext/gettext_0.16.1.bb b/recipes-core/gettext/gettext_0.16.1.bb index 941a9d2..cd632ba 100644 --- a/recipes-core/gettext/gettext_0.16.1.bb +++ b/recipes-core/gettext/gettext_0.16.1.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Utilities and libraries for producing multi-lingual messages" | |||
2 | DESCRIPTION = "GNU gettext is a set of tools that provides a framework to help other programs produce multi-lingual messages. These tools include a set of conventions about how programs should be written to support message catalogs, a directory and file naming organization for the message catalogs themselves, a runtime library supporting the retrieval of translated messages, and a few stand-alone programs to massage in various ways the sets of translatable and already translated strings." | 2 | DESCRIPTION = "GNU gettext is a set of tools that provides a framework to help other programs produce multi-lingual messages. These tools include a set of conventions about how programs should be written to support message catalogs, a directory and file naming organization for the message catalogs themselves, a runtime library supporting the retrieval of translated messages, and a few stand-alone programs to massage in various ways the sets of translatable and already translated strings." |
3 | HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" | 3 | HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ea3144f04c41cd2eada5d3f472e6ea5" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ea3144f04c41cd2eada5d3f472e6ea5" |
7 | 7 | ||
8 | PR = "r6" | 8 | PR = "r6" |