Re: [OE-core] [PATCH 2/2] python3native: export PYTHON_LIBRARY and PYTHON_INCLUDE_DIR

2019-09-04 Thread Khem Raj
On Wed, Sep 4, 2019 at 11:17 AM Alexander Kanavin wrote: > > On Wed, 4 Sep 2019 at 20:10, Khem Raj wrote: >> >> +export PYTHON_LIBRARY="${STAGING_LIBDIR}/${PYTHON_BINABI}" >> +export PYTHON_INCLUDE_DIR="${STAGING_INCDIR}/${PYTHON_BINABI} > > > You need to explain why this is needed. Where are

Re: [OE-core] [PATCH 2/2] python3native: export PYTHON_LIBRARY and PYTHON_INCLUDE_DIR

2019-09-04 Thread Alexander Kanavin
On Wed, 4 Sep 2019 at 20:10, Khem Raj wrote: > +export PYTHON_LIBRARY="${STAGING_LIBDIR}/${PYTHON_BINABI}" > +export PYTHON_INCLUDE_DIR="${STAGING_INCDIR}/${PYTHON_BINABI} > You need to explain why this is needed. Where are these variables used? Also, python3-dir.bbclass already has all the

[OE-core] [PATCH 2/2] python3native: export PYTHON_LIBRARY and PYTHON_INCLUDE_DIR

2019-09-04 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/classes/python3native.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/python3native.bbclass b/meta/classes/python3native.bbclass index a3acaf61bb..b056378f69 100644 --- a/meta/classes/python3native.bbclass +++