Re: [OE-core] [PATCH] python3native, pythonnative: Separate definition and export of PYTHON_LIBRARY and PYTHON_INCLUDE_DIR

2019-09-09 Thread Khem Raj
On Mon, Sep 9, 2019 at 12:44 AM Richard Purdie wrote: > > On Sun, 2019-09-08 at 20:16 -0700, Khem Raj wrote: > > This helps recipes where they need to explicitly pass the variable > > and > > does not entertain the ones from environment > > > > Signed-off-by: Khem Raj > > --- > >

Re: [OE-core] [PATCH] python3native, pythonnative: Separate definition and export of PYTHON_LIBRARY and PYTHON_INCLUDE_DIR

2019-09-09 Thread Richard Purdie
On Sun, 2019-09-08 at 20:16 -0700, Khem Raj wrote: > This helps recipes where they need to explicitly pass the variable > and > does not entertain the ones from environment > > Signed-off-by: Khem Raj > --- > meta/classes/python3native.bbclass | 6 -- > meta/classes/pythonnative.bbclass |

[OE-core] [PATCH] python3native, pythonnative: Separate definition and export of PYTHON_LIBRARY and PYTHON_INCLUDE_DIR

2019-09-08 Thread Khem Raj
This helps recipes where they need to explicitly pass the variable and does not entertain the ones from environment Signed-off-by: Khem Raj --- meta/classes/python3native.bbclass | 6 -- meta/classes/pythonnative.bbclass | 6 -- 2 files changed, 8 insertions(+), 4 deletions(-) diff