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

* [PATCH 2/2] python3-native: Extend python3-native rproviders
  2016-08-16 18:47 [PATCH 1/2] python3-native: Change code style for rprovides Fabio Berton
@ 2016-08-16 18:47 ` 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
  1 sibling, 1 reply; 4+ messages in thread
From: Fabio Berton @ 2016-08-16 18:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Otavio Salvador

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>
---
 meta/recipes-devtools/python/python3-native_3.5.2.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

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 3334cba..594f15c 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"
-- 
2.1.4



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

* Re: [PATCH 1/2] python3-native: Change code style for rprovides
  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
  1 sibling, 0 replies; 4+ messages in thread
From: Fabio Berton @ 2016-08-19 18:56 UTC (permalink / raw)
  To: openembedded-core; +Cc: Otavio Salvador

[-- Attachment #1: Type: text/plain, Size: 1349 bytes --]

ping?

On Tue, Aug 16, 2016 at 3:47 PM, Fabio Berton <fabio.berton@ossystems.com.br
> wrote:

> 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
>
>

[-- Attachment #2: Type: text/html, Size: 2445 bytes --]

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

* Re: [PATCH 2/2] python3-native: Extend python3-native rproviders
  2016-08-16 18:47 ` [PATCH 2/2] python3-native: Extend python3-native rproviders Fabio Berton
@ 2016-08-19 18:56   ` Fabio Berton
  0 siblings, 0 replies; 4+ messages in thread
From: Fabio Berton @ 2016-08-19 18:56 UTC (permalink / raw)
  To: openembedded-core; +Cc: Otavio Salvador

[-- Attachment #1: Type: text/plain, Size: 1911 bytes --]

ping?

On Tue, Aug 16, 2016 at 3:47 PM, Fabio Berton <fabio.berton@ossystems.com.br
> wrote:

> 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>
> ---
>  meta/recipes-devtools/python/python3-native_3.5.2.bb | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>
> 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 3334cba..594f15c 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"
> --
> 2.1.4
>
>

[-- Attachment #2: Type: text/html, Size: 3094 bytes --]

^ permalink raw reply	[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