diff options
-rw-r--r-- | meta/recipes-devtools/python/python3-native_3.5.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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() { | |||
80 | # Tests are large and we don't need them in the native sysroot | 80 | # Tests are large and we don't need them in the native sysroot |
81 | rm ${D}${libdir}/python${PYTHON_MAJMIN}/test -rf | 81 | rm ${D}${libdir}/python${PYTHON_MAJMIN}/test -rf |
82 | } | 82 | } |
83 | |||
84 | RPROVIDES += "python3-misc-native" | ||