diff options
| author | Fabio Berton <fabio.berton@ossystems.com.br> | 2019-11-13 09:09:44 -0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-11-13 07:17:03 -0800 |
| commit | fcda3fb1a3fbfac075325482074898dfb7138da7 (patch) | |
| tree | 60a849b4e24d896b42ccb3ec166018b703665934 | |
| parent | 2c06018954a516abdc9d9186948596add41b9ac2 (diff) | |
| download | meta-openembedded-fcda3fb1a3fbfac075325482074898dfb7138da7.tar.gz | |
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@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-importlib-metadata_0.23.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 4c53d5fbb5..851d703c96 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 @@ | |||
| 1 | inherit pypi setuptools3 | 1 | inherit pypi setuptools3 |
| 2 | require python-importlib-metadata.inc | 2 | require python-importlib-metadata.inc |
| 3 | 3 | ||
| 4 | RDEPENDS_${PN} += "python3-misc" | 4 | RDEPENDS_${PN}_class-target += "python3-misc" |
| 5 | RDEPENDS_${PN}_class-nativesdk += "python3-misc" | ||
