summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-09-02 17:24:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-03 09:03:34 +0100
commit6dc9c606f66c82a995f9cf05ed7aeee69be422f9 (patch)
treefc976bc0b9e93acd1df1b8298cda1e2f11087fc6 /meta/recipes-devtools/python
parent7eaab4b261017ae49926b4f18228a3af9906c19c (diff)
downloadpoky-6dc9c606f66c82a995f9cf05ed7aeee69be422f9.tar.gz
python3-packaging: fix license statement
This is licensed as Apache OR BSD, not AND. Also use the precise license BSD-2-Clause. (From OE-Core rev: b7b406287dc05ae7228ef66dbada71c439bce4fb) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-packaging_21.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-packaging_21.0.bb b/meta/recipes-devtools/python/python3-packaging_21.0.bb
index eacc48e56a..201b583de2 100644
--- a/meta/recipes-devtools/python/python3-packaging_21.0.bb
+++ b/meta/recipes-devtools/python/python3-packaging_21.0.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "Core utilities for Python packages" 1DESCRIPTION = "Core utilities for Python packages"
2HOMEPAGE = "https://github.com/pypa/packaging" 2HOMEPAGE = "https://github.com/pypa/packaging"
3LICENSE = "Apache-2.0 & BSD" 3LICENSE = "Apache-2.0 | BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"
5 5
6SRC_URI[sha256sum] = "7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7" 6SRC_URI[sha256sum] = "7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7"