aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-22 19:08:38 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-22 19:21:39 -0800
commite4a2593a2193922ef23e62d43affe15b50d825d7 (patch)
treeeff0c64703a4d1e69bb861e433536e455cacb529 /meta-oe/recipes-dbs
parent1da85ce7d160b05f7a9e689a470917c7b17e2dd4 (diff)
downloadmeta-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-dbs')
-rw-r--r--meta-oe/recipes-dbs/mysql/mysql-python_1.2.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mysql-python_1.2.5.bb b/meta-oe/recipes-dbs/mysql/mysql-python_1.2.5.bb
index e125ae4447..4617da8e1b 100644
--- a/meta-oe/recipes-dbs/mysql/mysql-python_1.2.5.bb
+++ b/meta-oe/recipes-dbs/mysql/mysql-python_1.2.5.bb
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "811040b647e5d5686f84db415efd697e6250008b112b6909ba77ac059e
S = "${WORKDIR}/${SRCNAME}-${PV}"
-inherit ${@bb.utils.contains("BBPATH", "meta-python2", "setuptools", "", d)}
+inherit ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "setuptools", "", d)}
python() {
if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split():