aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2019-06-26 00:13:58 +0800
committerKhem Raj <raj.khem@gmail.com>2019-06-25 14:21:48 -0700
commita2597811c9d57885f7ede336a78331c587f28fa1 (patch)
tree0851af455e0b046e30cccf85c877fb40f7214621 /meta-oe/recipes-dbs
parentbcee75b765a9d75209ce6ce173023998e3981e52 (diff)
downloadmeta-openembedded-a2597811c9d57885f7ede336a78331c587f28fa1.tar.gz
mongodb: add to PNBLACKLIST
Since commit [44f303b scons: inherit python3native] applied in oe-core, but mongodb v4.0 requires python2 to build Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs')
-rw-r--r--meta-oe/recipes-dbs/mongodb/mongodb_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
index 0f9000359a..7634e5d447 100644
--- a/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
+++ b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
@@ -75,3 +75,5 @@ scons_do_install() {
${STAGING_BINDIR_NATIVE}/scons install ${EXTRA_OESCONS}|| \
die "scons install execution failed."
}
+
+PNBLACKLIST[mongodb] = "Since bbclass scons convert to python3, build mongodb failed"