python3-native: Change code style for rprovides

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

(From OE-Core rev: 21130e2afc4762ad84c86e377146b99224d16032)

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>
This commit is contained in:
Fabio Berton
2016-08-16 15:47:28 -03:00
committed by Richard Purdie
parent 9e4e6b91b7
commit cf0e3d0489

View File

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