From 46c9624e71d58dcd2fb3498969acf1f8377981ce Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 22 Feb 2022 10:11:54 +0100 Subject: meta: update variable names * openembedded-core/scripts/contrib/convert-variable-renames.py meta-* ... All files processed with version 0.1 Signed-off-by: Martin Jansa --- recipes-devtools/python/python-click_7.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools/python/python-click_7.0.bb') diff --git a/recipes-devtools/python/python-click_7.0.bb b/recipes-devtools/python/python-click_7.0.bb index 404877e..f0952ec 100644 --- a/recipes-devtools/python/python-click_7.0.bb +++ b/recipes-devtools/python/python-click_7.0.bb @@ -29,4 +29,4 @@ RDEPENDS:${PN} += "\ BBCLASSEXTEND = "native nativesdk" -PNBLACKLIST[python-click] ?= "${@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-click] ?= "${@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)}" -- cgit 1.2.3-korg