[gnome-continuous-yocto/gnomeostree-3.22-krogoth: 7/246] python3-native: Change code style for rprovides
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.22-krogoth: 7/246] python3-native: Change code style for rprovides
- Date: Thu, 14 Dec 2017 11:48:46 +0000 (UTC)
commit 2a17af96526b158ed94a34fe1b3d884a16e0c38a
Author: Fabio Berton <fabio berton ossystems com br>
Date: Tue Aug 16 15:47:28 2016 -0300
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)
.../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 7bad11a..dade783 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
inherit native
-RPROVIDES += "python3-distutils-native python3-compression-native python3-textutils-native
python3-core-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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]