[oe-commits] [meta-openembedded] 26/32: python3-importlib-metadata: RDEPEND python3-misc only for target and nativesdk

git at git.openembedded.org git at git.openembedded.org
Wed Nov 13 15:17:49 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit fcda3fb1a3fbfac075325482074898dfb7138da7
Author: Fabio Berton <fabio.berton at ossystems.com.br>
AuthorDate: Wed Nov 13 09:09:44 2019 -0300

    python3-importlib-metadata: RDEPEND python3-misc only for target and nativesdk
    
    Python3 recipe rprovides python3-misc only for target and nativesdk,
    but if we have some recipe that rdepends python3-misc and has native
    in BBCLASSEXTEND bitbake raises an error showing that nothing rprovides
    python3-misc-native.
    
    Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python3-importlib-metadata_0.23.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-importlib-metadata_0.23.bb b/meta-python/recipes-devtools/python/python3-importlib-metadata_0.23.bb
index 4c53d5f..851d703 100644
--- a/meta-python/recipes-devtools/python/python3-importlib-metadata_0.23.bb
+++ b/meta-python/recipes-devtools/python/python3-importlib-metadata_0.23.bb
@@ -1,4 +1,5 @@
 inherit pypi setuptools3
 require python-importlib-metadata.inc
 
-RDEPENDS_${PN} += "python3-misc"
+RDEPENDS_${PN}_class-target += "python3-misc"
+RDEPENDS_${PN}_class-nativesdk += "python3-misc"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list