diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.5.6.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.5.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.6.bb b/meta/recipes-devtools/python/python3_3.5.6.bb index 72478f8663..2a4547694a 100644 --- a/meta/recipes-devtools/python/python3_3.5.6.bb +++ b/meta/recipes-devtools/python/python3_3.5.6.bb | |||
| @@ -215,6 +215,8 @@ py_package_preprocess () { | |||
| 215 | mv ${PKGD}/${bindir}/python${PYTHON_BINABI}-config ${PKGD}/${bindir}/python${PYTHON_BINABI}-config-${MULTILIB_SUFFIX} | 215 | mv ${PKGD}/${bindir}/python${PYTHON_BINABI}-config ${PKGD}/${bindir}/python${PYTHON_BINABI}-config-${MULTILIB_SUFFIX} |
| 216 | } | 216 | } |
| 217 | 217 | ||
| 218 | PACKAGES_remove = "${PN}" | ||
| 219 | |||
| 218 | # manual dependency additions | 220 | # manual dependency additions |
| 219 | RPROVIDES_${PN}-modules = "${PN}" | 221 | RPROVIDES_${PN}-modules = "${PN}" |
| 220 | RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python3-modules" | 222 | RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python3-modules" |
| @@ -249,8 +251,6 @@ RDEPENDS_${PN}-dev = "" | |||
| 249 | 251 | ||
| 250 | BBCLASSEXTEND = "nativesdk" | 252 | BBCLASSEXTEND = "nativesdk" |
| 251 | 253 | ||
| 252 | RPROVIDES_${PN} += "${PN}-modules" | ||
| 253 | |||
| 254 | # We want bytecode precompiled .py files (.pyc's) by default | 254 | # We want bytecode precompiled .py files (.pyc's) by default |
| 255 | # but the user may set it on their own conf | 255 | # but the user may set it on their own conf |
| 256 | INCLUDE_PYCS ?= "1" | 256 | INCLUDE_PYCS ?= "1" |
