aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-chardet_3.0.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-chardet_3.0.4.bb')
-rw-r--r--recipes-devtools/python/python-chardet_3.0.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/python/python-chardet_3.0.4.bb b/recipes-devtools/python/python-chardet_3.0.4.bb
index 50cf3dc..e9fc9fc 100644
--- a/recipes-devtools/python/python-chardet_3.0.4.bb
+++ b/recipes-devtools/python/python-chardet_3.0.4.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Character encoding auto-detection in Python. As smart as your \
browser. Open source."
HOMEPAGE = "https://github.com/chardet/chardet"
-LICENSE = "LGPL-2.1"
+LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a6f89e2100d9b6cdffcea4f398e37343"
SRC_URI[md5sum] = "7dd1ba7f9c77e32351b0a0cfacf4055c"
@@ -34,4 +34,4 @@ RDEPENDS:${PN} += "${PYTHON_PN}-argparse"
BBCLASSEXTEND = "native nativesdk"
-PNBLACKLIST[python-chardet] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', '', 'python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes"', d)}"
+SKIP_RECIPE[python-chardet] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', '', 'python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes"', d)}"