mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
python3native.bbclass: Add python3 abstraction class
(From OE-Core rev: ead30aa5e3046f450ee688e14f6d5268d9ed0bd8) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
7
meta/classes/python3native.bbclass
Normal file
7
meta/classes/python3native.bbclass
Normal file
@@ -0,0 +1,7 @@
|
||||
PYTHON_BASEVERSION = "3.3"
|
||||
|
||||
inherit python-dir
|
||||
|
||||
PYTHON="${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN}"
|
||||
EXTRANATIVEPATH += "${PYTHON_PN}-native"
|
||||
DEPENDS += " ${PYTHON_PN}-native "
|
||||
Reference in New Issue
Block a user