diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2018-01-19 11:59:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-20 22:52:58 +0000 |
commit | fcdaf96f93d202fba89a83c51bc0e301e28d32e8 (patch) | |
tree | 381e4c224625a246bb4e6b75fbc765bd3c422757 | |
parent | 2c3e0bb792ee0885bee01af3bcb950307df6c05f (diff) | |
download | poky-fcdaf96f93d202fba89a83c51bc0e301e28d32e8.tar.gz |
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: 8b75106582882c83181621b619ea1976da0db0f9)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-native_3.5.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 3f4b567278..782e2cda9f 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() { | |||
79 | # Tests are large and we don't need them in the native sysroot | 79 | # Tests are large and we don't need them in the native sysroot |
80 | rm ${D}${libdir}/python${PYTHON_MAJMIN}/test -rf | 80 | rm ${D}${libdir}/python${PYTHON_MAJMIN}/test -rf |
81 | } | 81 | } |
82 | |||
83 | RPROVIDES += "python3-misc-native" | ||