From fba4ac04524c5c3fa04a51b6e0679276327115ad Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Thu, 7 Mar 2024 10:53:52 -0800 Subject: [PATCH] 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 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 87328af8c65..f7064773237 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" -- 2.47.3