Python 2.x just went out of support. Can we somehow make it use Python 3.x please?
Alex On Fri, 24 Jan 2020 at 16:43, Kraag Gorim <[email protected]> wrote: > icedtea7-native relys on python to enable building it. Therefor it > should inherit python instead of assuming python being part of > HOSTTOOLS. > > Signed-off-by: Kraag Gorim <[email protected]> > --- > recipes-core/icedtea/icedtea7-native.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/recipes-core/icedtea/icedtea7-native.inc > b/recipes-core/icedtea/icedtea7-native.inc > index b578cb2..145ca26 100644 > --- a/recipes-core/icedtea/icedtea7-native.inc > +++ b/recipes-core/icedtea/icedtea7-native.inc > @@ -30,6 +30,7 @@ CFLAGS_append = " -Wno-error=stringop-overflow > -Wno-error=return-type" > > inherit native java autotools pkgconfig > inherit openjdk-build-helper > +inherit pythonnative > > JAVA_HOME[unexport] = "1" > > -- > 2.24.0 > -- > _______________________________________________ > 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
