Re: [OE-core] [PATCH v2 1/2] python-distribute: add nativesdk to BBCLASSEXTEND

2014-07-17 Thread Otavio Salvador
On Wed, Jul 16, 2014 at 9:50 PM, João Henrique Ferreira de Freitas wrote: > Em 15-07-2014 10:35, Otavio Salvador escreveu: >> On Mon, Jul 14, 2014 at 7:55 PM, João Henrique Ferreira de Freitas >> wrote: >>> >>> Without this, python tools that need python-distribute doesn't install >>> in SDK gene

Re: [OE-core] [PATCH v2 1/2] python-distribute: add nativesdk to BBCLASSEXTEND

2014-07-16 Thread João Henrique Ferreira de Freitas
Hi Otavio, Em 15-07-2014 10:35, Otavio Salvador escreveu: On Mon, Jul 14, 2014 at 7:55 PM, João Henrique Ferreira de Freitas wrote: Without this, python tools that need python-distribute doesn't install in SDK generated by OE. Signed-off-by: João Henrique Ferreira de Freitas --- meta/recip

Re: [OE-core] [PATCH v2 1/2] python-distribute: add nativesdk to BBCLASSEXTEND

2014-07-15 Thread Otavio Salvador
On Mon, Jul 14, 2014 at 7:55 PM, João Henrique Ferreira de Freitas wrote: > Without this, python tools that need python-distribute doesn't install > in SDK generated by OE. > > Signed-off-by: João Henrique Ferreira de Freitas > --- > meta/recipes-devtools/python/python-distribute_0.6.32.bb | 8 +

[OE-core] [PATCH v2 1/2] python-distribute: add nativesdk to BBCLASSEXTEND

2014-07-14 Thread João Henrique Ferreira de Freitas
Without this, python tools that need python-distribute doesn't install in SDK generated by OE. Signed-off-by: João Henrique Ferreira de Freitas --- meta/recipes-devtools/python/python-distribute_0.6.32.bb | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta/recipes-dev