mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
python-dir bbclass: import from OE
This will be used later on when updating the distutils classes A small deviation from OE is the use of PYTHON_BASEVERSION instead of non-deterministic python code. See https://lists.yoctoproject.org/pipermail/poky/2011-January/002320.html for some background info Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
7cb39ad37f
commit
943f80f2aa
2
meta/classes/python-dir.bbclass
Normal file
2
meta/classes/python-dir.bbclass
Normal file
@@ -0,0 +1,2 @@
|
||||
PYTHON_DIR = "python${PYTHON_BASEVERSION}"
|
||||
PYTHON_SITEPACKAGES_DIR = "${libdir}/${PYTHON_DIR}/site-packages"
|
||||
Reference in New Issue
Block a user