diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-04-25 15:52:30 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-01 12:38:41 +0100 |
| commit | 78502a801050b00d303d44d91d9726638ad2d0b3 (patch) | |
| tree | 843663a9685db3dca7952566042b50e9953422c3 | |
| parent | 4977a0743ba439a46716c6ef10c5958d5a561115 (diff) | |
| download | poky-78502a801050b00d303d44d91d9726638ad2d0b3.tar.gz | |
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>
| -rw-r--r-- | meta/classes/distutils-native-base.bbclass | 3 | ||||
| -rw-r--r-- | meta/classes/distutils3-native-base.bbclass | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/meta/classes/distutils-native-base.bbclass b/meta/classes/distutils-native-base.bbclass deleted file mode 100644 index 509cb9551a..0000000000 --- a/meta/classes/distutils-native-base.bbclass +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | inherit distutils-common-base | ||
| 2 | |||
| 3 | DEPENDS += "${@["${PYTHON_PN}-native", ""][(d.getVar('PACKAGES', True) == '')]}" | ||
diff --git a/meta/classes/distutils3-native-base.bbclass b/meta/classes/distutils3-native-base.bbclass deleted file mode 100644 index db9a1a73c2..0000000000 --- a/meta/classes/distutils3-native-base.bbclass +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | PYTHON_BASEVERSION = "3.5" | ||
| 2 | PYTHON_ABI = "m" | ||
| 3 | |||
| 4 | inherit distutils-native-base | ||
