summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-07-25 16:30:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-26 12:28:42 +0100
commitf2ead561b9591574fb83a2368321a28d5455462d (patch)
treee8c4c7c276a88878b9e3cdb857a89d0d5c1a283a /meta
parent9e789e2e75b22d36333fbe80f6ac8d0ee87710a2 (diff)
downloadpoky-f2ead561b9591574fb83a2368321a28d5455462d.tar.gz
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/bmaptool/bmaptool_git.bb3
1 files changed, 3 insertions, 0 deletions
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
26RREPLACES:${PN} = "bmap-tools" 26RREPLACES:${PN} = "bmap-tools"
27RCONFLICTS:${PN} = "bmap-tools" 27RCONFLICTS:${PN} = "bmap-tools"
28 28
29# Poetry backend appears incomplete, upstream has moved to hatch
30INSANE_SKIP = "pep517-backend"
31
29BBCLASSEXTEND = "native nativesdk" 32BBCLASSEXTEND = "native nativesdk"