From f2ead561b9591574fb83a2368321a28d5455462d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 25 Jul 2024 16:30:29 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-support/bmaptool/bmaptool_git.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta') diff --git a/meta/recipes-support/bmaptool/bmaptool_git.bb b/meta/recipes-support/bmaptool/bmaptool_git.bb index fd53c21c06..c38f05e1a1 100644 --- a/meta/recipes-support/bmaptool/bmaptool_git.bb +++ b/meta/recipes-support/bmaptool/bmaptool_git.bb @@ -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" -- cgit v1.2.3-54-g00ecf