bmaptool: Add bmap-tools runtime alias for compatibility

The rename of bmap-tools to bmaptool creates an incompatibility that
will break package feeds. Restore package feed compatibility by adding
a bmap-tools runtime alias.

Acked-by: Otavio Salvador <otavio@ossystems.com.br>
(From OE-Core rev: fba4ac04524c5c3fa04a51b6e0679276327115ad)

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tom Hochstein
2024-03-07 10:53:52 -08:00
committed by Richard Purdie
parent 4b42a93edf
commit 045eb59130

View File

@@ -28,4 +28,8 @@ RDEPENDS:${PN} = "python3-core python3-compression python3-misc python3-mmap pyt
inherit setuptools3
# For compatibility with layers before scarthgap
RREPLACES:${PN} = "bmap-tools"
RCONFLICTS:${PN} = "bmap-tools"
BBCLASSEXTEND = "native nativesdk"