Re: [OE-core] [PATCH 04/24] classes/distutils: Introduce PYTHON_PN

2013-06-29 Thread Khem Raj
On Jun 28, 2013, at 10:29 PM, Martin Jansa wrote: >> inherit distutils-base >> +#distutils-tools > > ^^ do we need this? No, update the pull branch with fix ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.open

Re: [OE-core] [PATCH 04/24] classes/distutils: Introduce PYTHON_PN

2013-06-28 Thread Martin Jansa
On Fri, Jun 28, 2013 at 03:03:49PM -0700, Khem Raj wrote: > This is needed to accomodate python3 alongside > python2 > > Signed-off-by: Khem Raj > --- > meta/classes/distutils-base.bbclass|5 ++--- > meta/classes/distutils-native-base.bbclass |4 ++-- > meta/classes/distutils.bbc

[OE-core] [PATCH 04/24] classes/distutils: Introduce PYTHON_PN

2013-06-28 Thread Khem Raj
This is needed to accomodate python3 alongside python2 Signed-off-by: Khem Raj --- meta/classes/distutils-base.bbclass|5 ++--- meta/classes/distutils-native-base.bbclass |4 ++-- meta/classes/distutils.bbclass | 24 +--- meta/classes/python-dir.