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:
Ross Burton
2024-07-25 16:30:29 +01:00
committed by Richard Purdie
parent 9e789e2e75
commit f2ead561b9

View File

@@ -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"