diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/distutils3-base.bbclass | 2 | ||||
-rw-r--r-- | meta/classes/distutils3-native-base.bbclass | 2 | ||||
-rw-r--r-- | meta/classes/python3native.bbclass | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/distutils3-base.bbclass b/meta/classes/distutils3-base.bbclass index af3aa006fc..2a093d3a8c 100644 --- a/meta/classes/distutils3-base.bbclass +++ b/meta/classes/distutils3-base.bbclass | |||
@@ -1,7 +1,7 @@ | |||
1 | DEPENDS += "${@["${PYTHON_PN}-native ${PYTHON_PN}", ""][(d.getVar('PACKAGES', True) == '')]}" | 1 | DEPENDS += "${@["${PYTHON_PN}-native ${PYTHON_PN}", ""][(d.getVar('PACKAGES', True) == '')]}" |
2 | RDEPENDS_${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}" | 2 | RDEPENDS_${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}" |
3 | 3 | ||
4 | PYTHON_BASEVERSION = "3.4" | 4 | PYTHON_BASEVERSION = "3.5" |
5 | PYTHON_ABI = "m" | 5 | PYTHON_ABI = "m" |
6 | 6 | ||
7 | inherit distutils-common-base python3native | 7 | inherit distutils-common-base python3native |
diff --git a/meta/classes/distutils3-native-base.bbclass b/meta/classes/distutils3-native-base.bbclass index 11171014f8..db9a1a73c2 100644 --- a/meta/classes/distutils3-native-base.bbclass +++ b/meta/classes/distutils3-native-base.bbclass | |||
@@ -1,4 +1,4 @@ | |||
1 | PYTHON_BASEVERSION = "3.4" | 1 | PYTHON_BASEVERSION = "3.5" |
2 | PYTHON_ABI = "m" | 2 | PYTHON_ABI = "m" |
3 | 3 | ||
4 | inherit distutils-native-base | 4 | inherit distutils-native-base |
diff --git a/meta/classes/python3native.bbclass b/meta/classes/python3native.bbclass index cf83017675..8ec6b769da 100644 --- a/meta/classes/python3native.bbclass +++ b/meta/classes/python3native.bbclass | |||
@@ -1,4 +1,4 @@ | |||
1 | PYTHON_BASEVERSION = "3.4" | 1 | PYTHON_BASEVERSION = "3.5" |
2 | 2 | ||
3 | inherit python-dir | 3 | inherit python-dir |
4 | 4 | ||