Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] python3: Add recommended modules to nativesdk install
@ 2018-04-04 19:25 Tom Hochstein
  2018-04-05 13:55 ` Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: Tom Hochstein @ 2018-04-04 19:25 UTC (permalink / raw)
  To: openembedded-core

The python3 installation in the SDK did not include the minimum set
of modules.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
---
 meta/recipes-devtools/python/python3_3.5.5.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/python/python3_3.5.5.bb b/meta/recipes-devtools/python/python3_3.5.5.bb
index d458d32..f893b84 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 () {
 
 # manual dependency additions
 RPROVIDES_${PN}-modules = "${PN}"
+RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python3-modules"
 RRECOMMENDS_${PN}-crypt = "openssl"
 RRECOMMENDS_${PN}-crypt_class-nativesdk = "nativesdk-openssl"
 
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-04-09 14:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-04 19:25 [PATCH] python3: Add recommended modules to nativesdk install Tom Hochstein
2018-04-05 13:55 ` Richard Purdie
2018-04-07 15:37   ` Tom Hochstein
2018-04-09 13:54     ` Burton, Ross
2018-04-09 14:03       ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox