diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2019-06-26 00:13:58 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-06-25 14:21:48 -0700 |
| commit | a2597811c9d57885f7ede336a78331c587f28fa1 (patch) | |
| tree | 0851af455e0b046e30cccf85c877fb40f7214621 /meta-oe/recipes-dbs/mongodb | |
| parent | bcee75b765a9d75209ce6ce173023998e3981e52 (diff) | |
| download | meta-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/mongodb')
| -rw-r--r-- | meta-oe/recipes-dbs/mongodb/mongodb_git.bb | 2 |
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() { | |||
| 75 | ${STAGING_BINDIR_NATIVE}/scons install ${EXTRA_OESCONS}|| \ | 75 | ${STAGING_BINDIR_NATIVE}/scons install ${EXTRA_OESCONS}|| \ |
| 76 | die "scons install execution failed." | 76 | die "scons install execution failed." |
| 77 | } | 77 | } |
| 78 | |||
| 79 | PNBLACKLIST[mongodb] = "Since bbclass scons convert to python3, build mongodb failed" | ||
