Re: [OE-core] [PATCH] meta/classes/meson.bbclass: Add inherit setuptools3

2020-01-08 Thread Anibal Limon
On Wed, 18 Dec 2019 at 14:31, Ross Burton wrote: > On 03/12/2019 22:06, Aníbal Limón wrote: > > Fixes, > > > > ... > > | Program python3 found: YES > (/home/anibal.limon/linaro/oe-rpb-master/build-410c/tmp-rpb-glibc/work/aarch64-linaro-linux/waffle/1.6.0-r0/recipe-sysroot-native/usr/bin/python3-n

Re: [OE-core] [PATCH] meta/classes/meson.bbclass: Add inherit setuptools3

2019-12-18 Thread Ross Burton
On 03/12/2019 22:06, Aníbal Limón wrote: Fixes, ... | Program python3 found: YES (/home/anibal.limon/linaro/oe-rpb-master/build-410c/tmp-rpb-glibc/work/aarch64-linaro-linux/waffle/1.6.0-r0/recipe-sysroot-native/usr/bin/python3-native/python3) | | meson.build:36:0: ERROR: ['/home/anibal.limon/

Re: [OE-core] [PATCH] meta/classes/meson.bbclass: Add inherit setuptools3

2019-12-10 Thread Khem Raj
On Tue, Dec 10, 2019 at 5:44 AM Ross Burton wrote: > > On 03/12/2019 22:06, Aníbal Limón wrote: > > +inherit siteinfo python3native setuptools3 > > > > DEPENDS_append = " meson-native ninja-native" > > Considering setuptools3 inherits distutil3 which adds a load of tasks, > shouldn't this just b

Re: [OE-core] [PATCH] meta/classes/meson.bbclass: Add inherit setuptools3

2019-12-10 Thread Ross Burton
On 03/12/2019 22:06, Aníbal Limón wrote: +inherit siteinfo python3native setuptools3 DEPENDS_append = " meson-native ninja-native" Considering setuptools3 inherits distutil3 which adds a load of tasks, shouldn't this just be a DEPENDS += python3-setuptools3-native? Ross -- _

Re: [OE-core] [PATCH] meta/classes/meson.bbclass: Add inherit setuptools3

2019-12-04 Thread Khem Raj
On Wed, Dec 4, 2019 at 1:16 PM Ross Burton wrote: > On 04/12/2019 18:42, Alexander Kanavin wrote: > > On Wed, 4 Dec 2019 at 19:35, Anibal Limon > > wrote: > > > > > > > > On Wed, 4 Dec 2019 at 04:20, Alexander Kanavin > > mailto:alex.kana...@gmail.com>> wr

Re: [OE-core] [PATCH] meta/classes/meson.bbclass: Add inherit setuptools3

2019-12-04 Thread Ross Burton
On 04/12/2019 18:42, Alexander Kanavin wrote: On Wed, 4 Dec 2019 at 19:35, Anibal Limon > wrote: On Wed, 4 Dec 2019 at 04:20, Alexander Kanavin mailto:alex.kana...@gmail.com>> wrote: I tend to agree with Khem; this change will pull in target

Re: [OE-core] [PATCH] meta/classes/meson.bbclass: Add inherit setuptools3

2019-12-04 Thread Alexander Kanavin
On Wed, 4 Dec 2019 at 19:35, Anibal Limon wrote: > > > On Wed, 4 Dec 2019 at 04:20, Alexander Kanavin > wrote: > >> I tend to agree with Khem; this change will pull in target python as >> build and runtime dependency to all meson-using recipes, even those that >> have nothing to do with python.

Re: [OE-core] [PATCH] meta/classes/meson.bbclass: Add inherit setuptools3

2019-12-04 Thread Anibal Limon
On Wed, 4 Dec 2019 at 04:20, Alexander Kanavin wrote: > I tend to agree with Khem; this change will pull in target python as build > and runtime dependency to all meson-using recipes, even those that have > nothing to do with python. > Ok, it depends on python3-setuptools-native I will add this

Re: [OE-core] [PATCH] meta/classes/meson.bbclass: Add inherit setuptools3

2019-12-04 Thread Alexander Kanavin
I tend to agree with Khem; this change will pull in target python as build and runtime dependency to all meson-using recipes, even those that have nothing to do with python. I'd suggest you fix the broken recipes individually by adding python3 to DEPENDS. Yes, the "not a valid python" message is n

Re: [OE-core] [PATCH] meta/classes/meson.bbclass: Add inherit setuptools3

2019-12-03 Thread Anibal Limon
On Tue, 3 Dec 2019 at 17:37, Khem Raj wrote: > > > On Tue, Dec 3, 2019 at 2:06 PM Aníbal Limón > wrote: > >> Fixes, >> >> ... >> | Program python3 found: YES >> (/home/anibal.limon/linaro/oe-rpb-master/build-410c/tmp-rpb-glibc/work/aarch64-linaro-linux/waffle/1.6.0-r0/recipe-sysroot-native/usr/b

Re: [OE-core] [PATCH] meta/classes/meson.bbclass: Add inherit setuptools3

2019-12-03 Thread Khem Raj
On Tue, Dec 3, 2019 at 2:06 PM Aníbal Limón wrote: > Fixes, > > ... > | Program python3 found: YES > (/home/anibal.limon/linaro/oe-rpb-master/build-410c/tmp-rpb-glibc/work/aarch64-linaro-linux/waffle/1.6.0-r0/recipe-sysroot-native/usr/bin/python3-native/python3) > | > | meson.build:36:0: ERROR:

[OE-core] [PATCH] meta/classes/meson.bbclass: Add inherit setuptools3

2019-12-03 Thread Aníbal Limón
Fixes, ... | Program python3 found: YES (/home/anibal.limon/linaro/oe-rpb-master/build-410c/tmp-rpb-glibc/work/aarch64-linaro-linux/waffle/1.6.0-r0/recipe-sysroot-native/usr/bin/python3-native/python3) | | meson.build:36:0: ERROR: ['/home/anibal.limon/linaro/oe-rpb-master/build-410c/tmp-rpb-gli