diff options
| -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 d4d25dccb9..af3aa006fc 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.3" | 4 | PYTHON_BASEVERSION = "3.4" |
| 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 ed3fe54587..11171014f8 100644 --- a/meta/classes/distutils3-native-base.bbclass +++ b/meta/classes/distutils3-native-base.bbclass | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | PYTHON_BASEVERSION = "3.3" | 1 | PYTHON_BASEVERSION = "3.4" |
| 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 f86374fd33..cf83017675 100644 --- a/meta/classes/python3native.bbclass +++ b/meta/classes/python3native.bbclass | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | PYTHON_BASEVERSION = "3.3" | 1 | PYTHON_BASEVERSION = "3.4" |
| 2 | 2 | ||
| 3 | inherit python-dir | 3 | inherit python-dir |
| 4 | 4 | ||
