diff options
| author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-08-16 15:47:28 -0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-31 20:37:43 +0100 |
| commit | 2a17af96526b158ed94a34fe1b3d884a16e0c38a (patch) | |
| tree | 9e53e9ed4cf01838283666b22752dde304769ee2 | |
| parent | 3831cdc1b1694ecd8defe8f57b7e04c4c8aff70d (diff) | |
| download | poky-2a17af96526b158ed94a34fe1b3d884a16e0c38a.tar.gz | |
python3-native: Change code style for rprovides
Use a more readable code style for RPROVIDES and sort recipes
alphabetically.
(From OE-Core rev: 344bb143ce73cd6ea70286bcdbc8aa702391a3e5)
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>
(cherry picked from commit 21130e2afc4762ad84c86e377146b99224d16032)
| -rw-r--r-- | meta/recipes-devtools/python/python3-native_3.5.1.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-native_3.5.1.bb b/meta/recipes-devtools/python/python3-native_3.5.1.bb index 7bad11aafa..dade783956 100644 --- a/meta/recipes-devtools/python/python3-native_3.5.1.bb +++ b/meta/recipes-devtools/python/python3-native_3.5.1.bb | |||
| @@ -42,7 +42,14 @@ DEPENDS = "openssl-native bzip2-replacement-native zlib-native readline-native s | |||
| 42 | 42 | ||
| 43 | inherit native | 43 | inherit native |
| 44 | 44 | ||
| 45 | RPROVIDES += "python3-distutils-native python3-compression-native python3-textutils-native python3-core-native" | 45 | RPROVIDES += " \ |
| 46 | python3-compression-native \ | ||
| 47 | python3-core-native \ | ||
| 48 | python3-distutils-native \ | ||
| 49 | python3-importlib-native \ | ||
| 50 | python3-io-native \ | ||
| 51 | python3-textutils-native \ | ||
| 52 | " | ||
| 46 | 53 | ||
| 47 | EXTRA_OECONF_append = " --bindir=${bindir}/${PN} --without-ensurepip" | 54 | EXTRA_OECONF_append = " --bindir=${bindir}/${PN} --without-ensurepip" |
| 48 | 55 | ||
