From f14f918d9db871cb91811a4f28e42b317634aab4 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 16 Aug 2017 17:15:44 -0300 Subject: 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. (From OE-Core rev: 31fd20811f6d11e7ed6ac84caf776ac46cd6fb6f) Signed-off-by: Fabio Berton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-native_3.5.3.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-native_3.5.3.bb b/meta/recipes-devtools/python/python3-native_3.5.3.bb index db0e7b9bd8..8cd9c88a82 100644 --- a/meta/recipes-devtools/python/python3-native_3.5.3.bb +++ b/meta/recipes-devtools/python/python3-native_3.5.3.bb @@ -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" -- cgit v1.2.3-54-g00ecf