From 3891fcec863602a0ae6d0f3d305ea50a79a205d9 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 25 Apr 2016 15:57:59 +0300 Subject: python3-dir.bbclass: add a separate class for Python 3 This is much cleaner than sharing python-dir.bbclass between python 2 and 3 classes, and doing confusing overrides in them. Signed-off-by: Alexander Kanavin --- meta/classes/python3native.bbclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta/classes/python3native.bbclass') diff --git a/meta/classes/python3native.bbclass b/meta/classes/python3native.bbclass index 8ec6b769da..18998636b4 100644 --- a/meta/classes/python3native.bbclass +++ b/meta/classes/python3native.bbclass @@ -1,6 +1,4 @@ -PYTHON_BASEVERSION = "3.5" - -inherit python-dir +inherit python3-dir PYTHON="${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN}" EXTRANATIVEPATH += "${PYTHON_PN}-native" -- cgit 1.2.3-korg