aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2022-02-22 10:11:54 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2022-02-22 10:11:56 +0100
commit46c9624e71d58dcd2fb3498969acf1f8377981ce (patch)
tree9631b9b7ff5a1a2ba6cf222b804bc11d50a07ed7 /conf/layer.conf
parent27631c6564b4fba6f280f7ba483e7291d9146107 (diff)
downloadmeta-python2-46c9624e71d58dcd2fb3498969acf1f8377981ce.tar.gz
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 4b3a106..c91335d 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -19,5 +19,5 @@ LAYERSERIES_COMPAT_meta-python2 = "honister"
LICENSE_PATH += "${LAYERDIR}/licenses"
# meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb
-PNBLACKLIST[openlmi-tools] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', 'depends on python-m2crypto which fails to build with openssl-3', '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[openlmi-tools] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', 'depends on python-m2crypto which fails to build with openssl-3', '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)}"
RDEPENDS:packagegroup-meta-oe-extended-python2:remove = "openlmi-tools"