summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-09-18 09:57:36 -0700
committerKhem Raj <raj.khem@gmail.com>2021-09-20 08:43:37 -0700
commit7778fd743d3fcc180299e48501d9f4d6e8c23b9f (patch)
treefe3db494e8a9f0650d2e86602b58104b4b0952fc
parent1b3828ccb24c137202c69f23035ee5c098dd8897 (diff)
downloadmeta-openembedded-7778fd743d3fcc180299e48501d9f4d6e8c23b9f.tar.gz
python3-jdcal: set precise BSD license
"BSD" is ambiguous, use the precise licenses BSD-2-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>
-rw-r--r--meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb b/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb
index 765de4d4f4..8655150b03 100644
--- a/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb
@@ -4,7 +4,7 @@ and another function for converting Julian calendar dates to Julian dates are de
4Two functions for the reverse calculations are also defined." 4Two functions for the reverse calculations are also defined."
5 5
6HOMEPAGE = "https://github.com/phn/jdcal" 6HOMEPAGE = "https://github.com/phn/jdcal"
7LICENSE = "BSD" 7LICENSE = "BSD-2-Clause"
8LIC_FILES_CHKSUM = "file://PKG-INFO;md5=bd236e1f590973467a427bb354be0f46" 8LIC_FILES_CHKSUM = "file://PKG-INFO;md5=bd236e1f590973467a427bb354be0f46"
9 9
10inherit pypi setuptools3 ptest 10inherit pypi setuptools3 ptest