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>
This commit is contained in:
Hongxu Jia 2019-06-26 00:13:58 +08:00 committed by Khem Raj
parent bcee75b765
commit a2597811c9

View File

@ -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"