diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-09-18 09:57:35 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-20 08:43:37 -0700 |
commit | 1b3828ccb24c137202c69f23035ee5c098dd8897 (patch) | |
tree | 29053fd4fdb874f478ea4c6fda0bbd404a147443 | |
parent | e8225d566865b4bc355cfb19eb23e26eef92b089 (diff) | |
download | meta-openembedded-1b3828ccb24c137202c69f23035ee5c098dd8897.tar.gz |
python3-kiwisolver: 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>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-kiwisolver_1.3.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.2.bb b/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.2.bb index cf14c49e6..dac6cd48b 100644 --- a/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.2.bb @@ -1,6 +1,6 @@ SUMMARY = "A fast implementation of the Cassowary constraint solver" HOMEPAGE = "https://github.com/nucleic/kiwi" -LICENSE = "BSD" +LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://setup.py;endline=7;md5=e54bd74bd9d0a84ae3f8f6d21ada0ab4" SRC_URI[sha256sum] = "fc4453705b81d03568d5b808ad8f09c77c47534f6ac2e72e733f9ca4714aa75c" |