From: Khem Raj Date: Tue, 14 May 2013 21:57:25 +0000 (-0700) Subject: python3native.bbclass: Add python3 abstraction class X-Git-Tag: 2015-4~3832 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ead30aa5e3046f450ee688e14f6d5268d9ed0bd8;p=openembedded-core.git python3native.bbclass: Add python3 abstraction class Signed-off-by: Khem Raj --- diff --git a/meta/classes/python3native.bbclass b/meta/classes/python3native.bbclass new file mode 100644 index 0000000000..f86374fd33 --- /dev/null +++ b/meta/classes/python3native.bbclass @@ -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 "