diff options
author | Ross Burton <ross.burton@arm.com> | 2024-07-25 16:30:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-26 12:28:42 +0100 |
commit | f2ead561b9591574fb83a2368321a28d5455462d (patch) | |
tree | e8c4c7c276a88878b9e3cdb857a89d0d5c1a283a /meta | |
parent | 9e789e2e75b22d36333fbe80f6ac8d0ee87710a2 (diff) | |
download | poky-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.bb | 3 |
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 | |||
26 | RREPLACES:${PN} = "bmap-tools" | 26 | RREPLACES:${PN} = "bmap-tools" |
27 | RCONFLICTS:${PN} = "bmap-tools" | 27 | RCONFLICTS:${PN} = "bmap-tools" |
28 | 28 | ||
29 | # Poetry backend appears incomplete, upstream has moved to hatch | ||
30 | INSANE_SKIP = "pep517-backend" | ||
31 | |||
29 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |