ping?

On Tue, Aug 16, 2016 at 3:47 PM, Fabio Berton <[email protected]
> wrote:

> Use a more readable code style for RPROVIDES and sort recipes
> alphabetically.
>
> Signed-off-by: Fabio Berton <[email protected]>
> Signed-off-by: Otavio Salvador <[email protected]>
> ---
>  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
>
>
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to