diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-09-18 09:57:34 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-20 08:43:37 -0700 |
commit | e8225d566865b4bc355cfb19eb23e26eef92b089 (patch) | |
tree | 16fc46b4d3d0365a171649cff687d619a47758cf /meta-python | |
parent | f458d300d8f6e010961c59c17757b22eea85ca6b (diff) | |
download | meta-openembedded-e8225d566865b4bc355cfb19eb23e26eef92b089.tar.gz |
python3-gnupg: set precise BSD license
"BSD" is ambiguous, use the precise licenses BSD-3-Clause
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb b/meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb index 5808c8db0..83ee57926 100644 --- a/meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb +++ b/meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "A wrapper for the Gnu Privacy Guard (GPG or GnuPG)" | 1 | SUMMARY = "A wrapper for the Gnu Privacy Guard (GPG or GnuPG)" |
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b0b7ac63b60085b23fa9f7e1951daa1d" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b0b7ac63b60085b23fa9f7e1951daa1d" |
5 | 5 | ||
6 | PYPI_PACKAGE = "python-gnupg" | 6 | PYPI_PACKAGE = "python-gnupg" |