[oe-commits] [meta-openembedded] 08/10: mongodb: add to PNBLACKLIST

git at git.openembedded.org git at git.openembedded.org
Tue Jun 25 20:05:45 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 3b0324c87cf270da0f92d533f8a570b07008e2d7
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Wed Jun 26 00:13:58 2019 +0800

    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 at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-dbs/mongodb/mongodb_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
index 0f90003..7634e5d 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list