[oe-commits] [openembedded-core] 02/05: python3-native: Change code style for rprovides

git at git.openembedded.org git at git.openembedded.org
Wed Aug 31 17:01:21 UTC 2016


rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

commit 344bb143ce73cd6ea70286bcdbc8aa702391a3e5
Author: Fabio Berton <fabio.berton at ossystems.com.br>
AuthorDate: Tue Aug 16 15:47:28 2016 -0300

    python3-native: Change code style for rprovides
    
    Use a more readable code style for RPROVIDES and sort recipes
    alphabetically.
    
    Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    (cherry picked from commit 21130e2afc4762ad84c86e377146b99224d16032)
---
 meta/recipes-devtools/python/python3-native_3.5.1.bb | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python3-native_3.5.1.bb b/meta/recipes-devtools/python/python3-native_3.5.1.bb
index 7bad11a..dade783 100644
--- a/meta/recipes-devtools/python/python3-native_3.5.1.bb
+++ b/meta/recipes-devtools/python/python3-native_3.5.1.bb
@@ -42,7 +42,14 @@ DEPENDS = "openssl-native bzip2-replacement-native zlib-native readline-native s
 
 inherit native
 
-RPROVIDES += "python3-distutils-native python3-compression-native python3-textutils-native python3-core-native"
+RPROVIDES += " \
+    python3-compression-native \
+    python3-core-native \
+    python3-distutils-native \
+    python3-importlib-native \
+    python3-io-native \
+    python3-textutils-native \
+"
 
 EXTRA_OECONF_append = " --bindir=${bindir}/${PN} --without-ensurepip"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list