mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 19:02:23 +01:00
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:
committed by
Richard Purdie
parent
9e4e6b91b7
commit
cf0e3d0489
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user