]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-native: Add python3-misc-native to RPROVIDES
authorFabio Berton <fabio.berton@ossystems.com.br>
Fri, 19 Jan 2018 11:59:45 +0000 (11:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 20 Jan 2018 22:52:15 +0000 (22:52 +0000)
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@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 31fd20811f6d11e7ed6ac84caf776ac46cd6fb6f)
Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/python/python3-native_3.5.2.bb

index 3f4b567278ca9919d54ed451d4de19c320ffa033..782e2cda9fd398bacadeee6cf7a4ec4052fde972 100644 (file)
@@ -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"