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:
Khem Raj
2013-05-14 14:57:25 -07:00
committed by Richard Purdie
parent c1a3286d9f
commit 962ea3dfcc

View 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 "