]> code.ossystems Code Review - openembedded-core.git/commit
distutils: Introduce PYTHON_ABI variable
authorKhem Raj <raj.khem@gmail.com>
Sat, 16 Mar 2013 21:14:32 +0000 (14:14 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 2 Feb 2014 22:34:32 +0000 (22:34 +0000)
commit9a3e4ac4a4eeed64ec80d400130dff3d26daf336
tree5f3ae7b3f80faaa318f1beecce70654194499ca7
parent8bb0206ed67228c88dd5bc2d8b36ce28f48b78f4
distutils: Introduce PYTHON_ABI variable

In python3 this has to be taken care of, it defines a variable to
denote ABI currently its at 'm' and it uses this to construct
the directory names for installing the python headers and library
names in sysroot. e.g. it will be something like ../python3.3m/...

We need this information when we are using distutils to cross build
python extentions and want to know the locations of python headers
and libraries install locations

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/classes/distutils3-base.bbclass
meta/classes/distutils3-native-base.bbclass
meta/classes/python-dir.bbclass