diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-08-16 15:47:29 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-23 17:44:05 +0100 |
commit | 1a62ffd108e6aa7b7e5d0a81819550e8a7afeb60 (patch) | |
tree | b4e284558dfc22afead08b97031f4b53ef2fc8d1 /meta | |
parent | 21130e2afc4762ad84c86e377146b99224d16032 (diff) | |
download | openembedded-core-1a62ffd108e6aa7b7e5d0a81819550e8a7afeb60.tar.gz openembedded-core-1a62ffd108e6aa7b7e5d0a81819550e8a7afeb60.tar.bz2 openembedded-core-1a62ffd108e6aa7b7e5d0a81819550e8a7afeb60.zip |
python3-native: Extend python3-native rproviders
Add the following modules to RPROVIDES:
- python3-email-native
- python3-io-native
- python3-json-native
- python3-lang-native
- python3-misc-native
- python3-netclient-native
- python3-netserver-native
- python3-numbers-native
- python3-pkgutil-native
- python3-pprint-native
- python3-re-native
- python3-shell-native
- python3-subprocess-native
- python3-threading-native
- python3-unittest-native
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-native_3.5.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-native_3.5.2.bb b/meta/recipes-devtools/python/python3-native_3.5.2.bb index 3334cbacfc..594f15c7c6 100644 --- a/meta/recipes-devtools/python/python3-native_3.5.2.bb +++ b/meta/recipes-devtools/python/python3-native_3.5.2.bb @@ -46,9 +46,23 @@ RPROVIDES += " \ python3-compression-native \ python3-core-native \ python3-distutils-native \ + python3-email-native \ python3-importlib-native \ python3-io-native \ + python3-json-native \ + python3-lang-native \ + python3-misc-native \ + python3-netclient-native \ + python3-netserver-native \ + python3-numbers-native \ + python3-pkgutil-native \ + python3-pprint-native \ + python3-re-native \ + python3-shell-native \ + python3-subprocess-native \ python3-textutils-native \ + python3-threading-native \ + python3-unittest-native \ " EXTRA_OECONF_append = " --bindir=${bindir}/${PN} --without-ensurepip" |