[oe] [meta-oe][PATCH 2/4] mongodb: add to PNBLACKLIST

Vincent Prince vincent.prince.fr at gmail.com
Fri Aug 16 15:19:34 UTC 2019


Hi all,

In order to get mongodb back, I'm trying to bump version from current
r4.0.6 to r4.2.0 which support python3.

How do you guys refresh current OE patches over new releases?
I'm thinking something like:
 - apply patches on git r4.0.6 commit
 - pull 4.2.0
 - cherry-pick patch commits
 - use format-patch to get refreshed patches
Is there any easier way?

Some python3 recipes will need to be integrated as well ...

Regards,
Vincent

Le mar. 25 juin 2019 à 18:14, Hongxu Jia <hongxu.jia at windriver.com> a
écrit :

> 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>
> ---
>  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"
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


More information about the Openembedded-devel mailing list