On Fri, Aug 16, 2019 at 8:19 AM Vincent Prince <[email protected]> wrote: > > 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? >
devtool workflow works well as well but yeah it needs to be addressed at code level in the end to forward port patches > Some python3 recipes will need to be integrated as well ... > > Regards, > Vincent > > Le mar. 25 juin 2019 à 18:14, Hongxu Jia <[email protected]> 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 <[email protected]> >> --- >> 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 >> [email protected] >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
