aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-09-18 09:57:34 -0700
committerKhem Raj <raj.khem@gmail.com>2021-09-20 08:43:37 -0700
commite8225d566865b4bc355cfb19eb23e26eef92b089 (patch)
tree16fc46b4d3d0365a171649cff687d619a47758cf /meta-python
parentf458d300d8f6e010961c59c17757b22eea85ca6b (diff)
downloadmeta-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.bb2
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 5808c8db05..83ee57926e 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 @@
SUMMARY = "A wrapper for the Gnu Privacy Guard (GPG or GnuPG)"
SECTION = "devel/python"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b0b7ac63b60085b23fa9f7e1951daa1d"
PYPI_PACKAGE = "python-gnupg"