From: Ross Burton Date: Thu, 2 Sep 2021 16:24:30 +0000 (+0100) Subject: python3-packaging: fix license statement X-Git-Tag: yocto-3.4~220 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b7b406287dc05ae7228ef66dbada71c439bce4fb;p=openembedded-core.git python3-packaging: fix license statement This is licensed as Apache OR BSD, not AND. Also use the precise license BSD-2-Clause. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 @@ DESCRIPTION = "Core utilities for Python packages" HOMEPAGE = "https://github.com/pypa/packaging" -LICENSE = "Apache-2.0 & BSD" +LICENSE = "Apache-2.0 | BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" SRC_URI[sha256sum] = "7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7"