[oe-commits] [openembedded-core] 14/14: python3-native: Add python3-misc-native to RPROVIDES

git at git.openembedded.org git at git.openembedded.org
Sat Jan 20 22:53:35 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch pyro
in repository openembedded-core.

commit 8b75106582882c83181621b619ea1976da0db0f9
Author: Fabio Berton <fabio.berton at ossystems.com.br>
AuthorDate: Fri Jan 19 11:59:45 2018 +0000

    python3-native: Add python3-misc-native to RPROVIDES
    
    OE-core commit 800753069f667cd1664d70b3779150c467e3b3fe remove
    RPROVIDES list to get runtime dependences from manifest file.
    python3-misc is added in python3 recipe, we need to add
    native runtime to use python3-misc with native recipes.
    
    Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    (cherry picked from commit 31fd20811f6d11e7ed6ac84caf776ac46cd6fb6f)
    Signed-off-by: André Draszik <andre.draszik at jci.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-devtools/python/python3-native_3.5.2.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/python/python3-native_3.5.2.bb b/meta/recipes-devtools/python/python3-native_3.5.2.bb
index 3f4b567..782e2cd 100644
--- a/meta/recipes-devtools/python/python3-native_3.5.2.bb
+++ b/meta/recipes-devtools/python/python3-native_3.5.2.bb
@@ -79,3 +79,5 @@ do_install() {
 	# Tests are large and we don't need them in the native sysroot
 	rm ${D}${libdir}/python${PYTHON_MAJMIN}/test -rf
 }
+
+RPROVIDES += "python3-misc-native"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list