diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-22 19:08:38 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 19:21:39 -0800 |
commit | e4a2593a2193922ef23e62d43affe15b50d825d7 (patch) | |
tree | eff0c64703a4d1e69bb861e433536e455cacb529 /meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb | |
parent | 1da85ce7d160b05f7a9e689a470917c7b17e2dd4 (diff) | |
download | meta-openembedded-e4a2593a2193922ef23e62d43affe15b50d825d7.tar.gz |
recipes: Replace using BBPATH with BBFILE_COLLECTIONS for meta-python2 check
BBPATH check actually does not work
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb')
-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 4a1b6bba6..04f82d2bc 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 ${@bb.utils.contains("BBPATH", "meta-python2", "setuptools", "", d)} | 8 | inherit ${@bb.utils.contains("BBFILE_COLLECTIONS", "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 | ||