diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2017-08-16 17:15:44 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-17 00:22:52 +0100 |
commit | 31fd20811f6d11e7ed6ac84caf776ac46cd6fb6f (patch) | |
tree | c72f3bb2465d0255586cfe8bf8791543dd01543b /meta/recipes-devtools | |
parent | f6ed82482838e34202721be8f40ca1cc340c325e (diff) | |
download | openembedded-core-contrib-31fd20811f6d11e7ed6ac84caf776ac46cd6fb6f.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.
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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 db0e7b9bd8e..8cd9c88a821 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" |