public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 1/2] python3-native: Change code style for rprovides
@ 2016-08-16 18:47 Fabio Berton
  2016-08-16 18:47 ` [PATCH 2/2] python3-native: Extend python3-native rproviders Fabio Berton
  2016-08-19 18:56 ` [PATCH 1/2] python3-native: Change code style for rprovides Fabio Berton
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio Berton @ 2016-08-16 18:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Otavio Salvador

Use a more readable code style for RPROVIDES and sort recipes
alphabetically.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta/recipes-devtools/python/python3-native_3.5.2.bb | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

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 061b595..3334cba 100644
--- a/meta/recipes-devtools/python/python3-native_3.5.2.bb
+++ b/meta/recipes-devtools/python/python3-native_3.5.2.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 python3-importlib-native python3-io-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"
 
-- 
2.1.4



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

end of thread, other threads:[~2016-08-19 18:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-16 18:47 [PATCH 1/2] python3-native: Change code style for rprovides Fabio Berton
2016-08-16 18:47 ` [PATCH 2/2] python3-native: Extend python3-native rproviders Fabio Berton
2016-08-19 18:56   ` Fabio Berton
2016-08-19 18:56 ` [PATCH 1/2] python3-native: Change code style for rprovides Fabio Berton

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