mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
2c06018954
commit
fcda3fb1a3
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user