]> code.ossystems Code Review - openembedded-core.git/commit
python3-dir.bbclass: add a separate class for Python 3
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Mon, 25 Apr 2016 12:57:59 +0000 (15:57 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 May 2016 21:47:14 +0000 (22:47 +0100)
commit3891fcec863602a0ae6d0f3d305ea50a79a205d9
tree95177438a0b3090f2351e62d97fc855ee9ae5398
parent5a149a051f91404b736a7c93b4b864f206cc7b1b
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 <alexander.kanavin@linux.intel.com>
meta/classes/distutils-common-base.bbclass
meta/classes/distutils3-base.bbclass
meta/classes/python-dir.bbclass
meta/classes/python3-dir.bbclass [new file with mode: 0644]
meta/classes/python3native.bbclass