]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-native: Add python3-misc-native to RPROVIDES
authorFabio Berton <fabio.berton@ossystems.com.br>
Wed, 16 Aug 2017 20:15:44 +0000 (17:15 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Aug 2017 23:22:52 +0000 (00:22 +0100)
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>
meta/recipes-devtools/python/python3-native_3.5.3.bb

index db0e7b9bd8ee914acf542dc710133e8bfa485f83..8cd9c88a8213c4e463ff67ca37b0f58617a2a12d 100644 (file)
@@ -80,3 +80,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"