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/distutils-common-base.bbclass | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/classes/distutils-common-base.bbclass') diff --git a/meta/classes/distutils-common-base.bbclass b/meta/classes/distutils-common-base.bbclass index 08511f59cc..dee06b4173 100644 --- a/meta/classes/distutils-common-base.bbclass +++ b/meta/classes/distutils-common-base.bbclass @@ -1,5 +1,3 @@ -inherit python-dir - EXTRA_OEMAKE = "" export STAGING_INCDIR -- cgit 1.2.3-korg