mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 16:24:04 +00: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:
parent
c1a3286d9f
commit
962ea3dfcc
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 "
|
||||
Loading…
x
Reference in New Issue
Block a user