mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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>
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
require python-importlib-metadata.inc
|
require python-importlib-metadata.inc
|
||||||
|
|
||||||
RDEPENDS_${PN} += "python3-misc"
|
RDEPENDS_${PN}_class-target += "python3-misc"
|
||||||
|
RDEPENDS_${PN}_class-nativesdk += "python3-misc"
|
||||||
|
|||||||
Reference in New Issue
Block a user