diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-22 14:17:22 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 14:20:35 -0800 |
commit | 8c0c7f0a37a1b4a7eb7ea585971534cd1e481b8e (patch) | |
tree | 0f1b88391233a2d7f969ce8e51316910d644e753 /meta-oe/recipes-extended/openlmi | |
parent | 8d2a38f04944171779a4781580309bef7a34116b (diff) | |
download | meta-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.bb | 2 |
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 1ee6b346f..4a1b6bba6 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+" | |||
5 | LIC_FILES_CHKSUM = "file://../COPYING;md5=75859989545e37968a99b631ef42722e" | 5 | LIC_FILES_CHKSUM = "file://../COPYING;md5=75859989545e37968a99b631ef42722e" |
6 | SECTION = "System/Management" | 6 | SECTION = "System/Management" |
7 | 7 | ||
8 | inherit setuptools | 8 | inherit ${@bb.utils.contains("BBPATH", "meta-python2", "setuptools", "", d)} |
9 | 9 | ||
10 | DEPENDS = "python-native python-pywbem-native python-m2crypto python-pywbem" | 10 | DEPENDS = "python-native python-pywbem-native python-m2crypto python-pywbem" |
11 | 11 | ||