mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
bmaptool: temporarily silence the pep517-backend warning
Whilst bmaptool has a pyproject.toml that uses poetry, the setuptools build path appears to be more complete. Upstream has moved to hatch and removed setup.py entirely so the next release can drop this. (From OE-Core rev: 824009560776933922a92a00c2199c28c9c8379c) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9e789e2e75
commit
f2ead561b9
@@ -26,4 +26,7 @@ inherit setuptools3
|
||||
RREPLACES:${PN} = "bmap-tools"
|
||||
RCONFLICTS:${PN} = "bmap-tools"
|
||||
|
||||
# Poetry backend appears incomplete, upstream has moved to hatch
|
||||
INSANE_SKIP = "pep517-backend"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user