From 045eb5913083d34f0854c2e104d7dae3de7634a0 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Thu, 7 Mar 2024 10:53:52 -0800 Subject: 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 (From OE-Core rev: fba4ac04524c5c3fa04a51b6e0679276327115ad) Signed-off-by: Tom Hochstein Signed-off-by: Richard Purdie --- meta/recipes-support/bmaptool/bmaptool_git.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/recipes-support/bmaptool/bmaptool_git.bb b/meta/recipes-support/bmaptool/bmaptool_git.bb index 87328af8c6..f706477323 100644 --- a/meta/recipes-support/bmaptool/bmaptool_git.bb +++ b/meta/recipes-support/bmaptool/bmaptool_git.bb @@ -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" -- cgit v1.2.3-54-g00ecf