aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/openlmi
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-22 14:17:22 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-22 14:20:35 -0800
commit8c0c7f0a37a1b4a7eb7ea585971534cd1e481b8e (patch)
tree0f1b88391233a2d7f969ce8e51316910d644e753 /meta-oe/recipes-extended/openlmi
parent8d2a38f04944171779a4781580309bef7a34116b (diff)
downloadmeta-openembedded-8c0c7f0a37a1b4a7eb7ea585971534cd1e481b8e.tar.gz
recipes: Turn inherit classes from meta-py2 to conditional constructs
helps parsing without meta-py2 in mix Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/openlmi')
-rw-r--r--meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb b/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb
index 1ee6b346fe..4a1b6bba69 100644
--- a/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb
+++ b/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb
@@ -5,7 +5,7 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://../COPYING;md5=75859989545e37968a99b631ef42722e"
SECTION = "System/Management"
-inherit setuptools
+inherit ${@bb.utils.contains("BBPATH", "meta-python2", "setuptools", "", d)}
DEPENDS = "python-native python-pywbem-native python-m2crypto python-pywbem"