On Thu, Jun 20, 2019 at 6:37 AM Khem Raj <[email protected]> wrote: > On Fri, Jun 7, 2019 at 5:50 PM Tim Orling > <[email protected]> wrote: > > > > SCons has supported python3 since 3.0.0 release, use it. > > > > [YOCTO #13381] > > > > Signed-off-by: Tim Orling <[email protected]> > > --- > > meta/classes/scons.bbclass | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/meta/classes/scons.bbclass b/meta/classes/scons.bbclass > > index 9ee7d1587d..a8ddae35f7 100644 > > --- a/meta/classes/scons.bbclass > > +++ b/meta/classes/scons.bbclass > > @@ -1,4 +1,4 @@ > > -DEPENDS += "python-scons-native" > > +DEPENDS += "python3-scons-native" > > > > some packages haven't upgraded to py3 but use scons see > https://errors.yoctoproject.org/Errors/Details/249271/ >
Thank you for reporting this. I was of course expecting some breakage and am committed to fixes. Please do report any other issues. Latest mongo release appears to be 4.3.0 and appears to support python3: https://github.com/mongodb/mongo/blob/89e7419a897b2270931c9c029abf6de555d83e0f/SConstruct Is this an aceptable upgrade? I am not savvy on which versions are desirable. > > EXTRA_OESCONS ?= "" > > > > -- > > 2.20.1 > > > > -- > > _______________________________________________ > > Openembedded-core mailing list > > [email protected] > > http://lists.openembedded.org/mailman/listinfo/openembedded-core > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core >
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
