distutils-native-base.bbclass, distutils3-native-base.bbclass: remove

These classes do not seem to be used by anything.

(From OE-Core rev: 5a149a051f91404b736a7c93b4b864f206cc7b1b)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin 2016-04-25 15:52:30 +03:00 committed by Richard Purdie
parent 4977a0743b
commit 78502a8010
2 changed files with 0 additions and 7 deletions

View File

@ -1,3 +0,0 @@
inherit distutils-common-base
DEPENDS += "${@["${PYTHON_PN}-native", ""][(d.getVar('PACKAGES', True) == '')]}"

View File

@ -1,4 +0,0 @@
PYTHON_BASEVERSION = "3.5"
PYTHON_ABI = "m"
inherit distutils-native-base