aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-pybluez_0.22.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-pybluez_0.22.bb')
-rw-r--r--recipes-devtools/python/python-pybluez_0.22.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/python/python-pybluez_0.22.bb b/recipes-devtools/python/python-pybluez_0.22.bb
index 62ccec5..f022ee9 100644
--- a/recipes-devtools/python/python-pybluez_0.22.bb
+++ b/recipes-devtools/python/python-pybluez_0.22.bb
@@ -6,7 +6,7 @@ SECTION = "devel/python"
DEPENDS = "bluez5"
-LICENSE = "GPL-2.0"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543"
SRC_URI[md5sum] = "49dab9d5a8f0b798c8125c7f649be3cd"
@@ -24,4 +24,4 @@ RDEPENDS:${PN} += "\
${PYTHON_PN}-fcntl \
"
-PNBLACKLIST[python-pybluez] ?= "${@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-pybluez] ?= "${@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)}"