[OE-core] [PATCH 2/4] scons.bbclass: use python3-scons

Tim Orling ticotimo at gmail.com
Fri Jun 21 00:18:43 UTC 2019


On Thu, Jun 20, 2019 at 6:37 AM Khem Raj <raj.khem at gmail.com> wrote:

> On Fri, Jun 7, 2019 at 5:50 PM Tim Orling
> <timothy.t.orling at linux.intel.com> wrote:
> >
> > SCons has supported python3 since 3.0.0 release, use it.
> >
> > [YOCTO #13381]
> >
> > Signed-off-by: Tim Orling <timothy.t.orling at linux.intel.com>
> > ---
> >  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
> > Openembedded-core at lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20190620/deba6977/attachment.html>


More information about the Openembedded-core mailing list