[OE-core] [PATCH] python-native: extend RPROVIDES
liu.ming50 at gmail.com
liu.ming50 at gmail.com
Wed Feb 22 07:34:20 UTC 2017
From: Ming Liu <peter.x.liu at external.atlascopco.com>
Let RPROVIDES include identical packages as listed in PROVIDES of
python-2.7-manifest.inc, to satisfy the native runtime requirement
on python-native.
Signed-off-by: Ming Liu <peter.x.liu at external.atlascopco.com>
---
.../python/python-native_2.7.12.bb | 70 +++++++++++++++++++++-
1 file changed, 69 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/python/python-native_2.7.12.bb b/meta/recipes-devtools/python/python-native_2.7.12.bb
index de83cbd..7819ab6 100644
--- a/meta/recipes-devtools/python/python-native_2.7.12.bb
+++ b/meta/recipes-devtools/python/python-native_2.7.12.bb
@@ -25,7 +25,75 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:"
inherit native
-RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-codecs-native python-core-native python-unittest-native"
+RPROVIDES += "python-2to3-native \
+ python-argparse-native \
+ python-audio-native \
+ python-bsddb-native \
+ python-codecs-native \
+ python-compile-native \
+ python-compiler-native \
+ python-compression-native \
+ python-contextlib-native \
+ python-core-native \
+ python-crypt-native \
+ python-ctypes-native \
+ python-curses-native \
+ python-datetime-native \
+ python-db-native \
+ python-debugger-native \
+ python-dev-native \
+ python-difflib-native \
+ python-distutils-native \
+ python-distutils-staticdev-native \
+ python-doctest-native \
+ python-email-native \
+ python-fcntl-native \
+ python-gdbm-native \
+ python-hotshot-native \
+ python-html-native \
+ python-idle-native \
+ python-image-native \
+ python-importlib-native \
+ python-io-native \
+ python-json-native \
+ python-lang-native \
+ python-logging-native \
+ python-mailbox-native \
+ python-math-native \
+ python-mime-native \
+ python-mmap-native \
+ python-multiprocessing-native \
+ python-netclient-native \
+ python-netserver-native \
+ python-numbers-native \
+ python-pickle-native \
+ python-pkgutil-native \
+ python-plistlib-native \
+ python-pprint-native \
+ python-profile-native \
+ python-pydoc-native \
+ python-re-native \
+ python-readline-native \
+ python-resource-native \
+ python-robotparser-native \
+ python-shell-native \
+ python-smtpd-native \
+ python-sqlite3-native \
+ python-sqlite3-tests-native \
+ python-stringold-native \
+ python-subprocess-native \
+ python-syslog-native \
+ python-terminal-native \
+ python-tests-native \
+ python-textutils-native \
+ python-threading-native \
+ python-tkinter-native \
+ python-unittest-native \
+ python-unixadmin-native \
+ python-xml-native \
+ python-xmlrpc-native \
+ python-zlib-native \
+ "
EXTRA_OECONF_append = " --bindir=${bindir}/${PN} --with-system-expat=${STAGING_DIR_HOST}"
--
1.9.1
More information about the Openembedded-core
mailing list