diff options
Diffstat (limited to 'meta/recipes-devtools/python/python_2.7.15.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python_2.7.15.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.15.bb b/meta/recipes-devtools/python/python_2.7.15.bb index f462d08725..8df1dfd1ba 100644 --- a/meta/recipes-devtools/python/python_2.7.15.bb +++ b/meta/recipes-devtools/python/python_2.7.15.bb | |||
| @@ -131,6 +131,9 @@ do_install() { | |||
| 131 | if [ -z "${@bb.utils.filter('PACKAGECONFIG', 'bdb', d)}" ]; then | 131 | if [ -z "${@bb.utils.filter('PACKAGECONFIG', 'bdb', d)}" ]; then |
| 132 | rm -rf ${D}/${libdir}/python${PYTHON_MAJMIN}/bsddb | 132 | rm -rf ${D}/${libdir}/python${PYTHON_MAJMIN}/bsddb |
| 133 | fi | 133 | fi |
| 134 | |||
| 135 | # Python 3.x version of 2to3 is now the default | ||
| 136 | mv ${D}/${bindir}/2to3 ${D}/${bindir}/2to3-${PYTHON_MAJMIN} | ||
| 134 | } | 137 | } |
| 135 | 138 | ||
| 136 | do_install_append_class-nativesdk () { | 139 | do_install_append_class-nativesdk () { |
