summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2018-04-09 11:20:32 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-13 16:58:07 +0100
commit4379b29e7eede727993ee68c9eba2bdebace5108 (patch)
tree589a86009410d4928241fbc0b4146d1caf1dc67a /meta
parentb452ba687b0314191f6258a22799575710170e8d (diff)
downloadpoky-4379b29e7eede727993ee68c9eba2bdebace5108.tar.gz
python3: Add recommended modules to nativesdk install
The python3 installation in the SDK did not include the minimum set of modules to be functional, particularly in the case where Python is brought in through dependencies. Rather than requiring the user to explicitly add the modules, it's better to pull in the modules through RRECOMMENDS. Note that the Python 2 recipe already does this. (From OE-Core rev: 5a88e59e488248b7ec53b072f934052b96c78a51) Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3_3.5.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.5.bb b/meta/recipes-devtools/python/python3_3.5.5.bb
index d458d32e60..f893b846ad 100644
--- a/meta/recipes-devtools/python/python3_3.5.5.bb
+++ b/meta/recipes-devtools/python/python3_3.5.5.bb
@@ -211,6 +211,7 @@ py_package_preprocess () {
211 211
212# manual dependency additions 212# manual dependency additions
213RPROVIDES_${PN}-modules = "${PN}" 213RPROVIDES_${PN}-modules = "${PN}"
214RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python3-modules"
214RRECOMMENDS_${PN}-crypt = "openssl" 215RRECOMMENDS_${PN}-crypt = "openssl"
215RRECOMMENDS_${PN}-crypt_class-nativesdk = "nativesdk-openssl" 216RRECOMMENDS_${PN}-crypt_class-nativesdk = "nativesdk-openssl"
216 217