summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2024-03-07 10:53:52 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-08 08:06:16 +0000
commit045eb5913083d34f0854c2e104d7dae3de7634a0 (patch)
treee20ba6e44ea44443149b7c521a8b43f015a5a6c2 /meta/recipes-support
parent4b42a93edf3bb661fd7be312b4132292795a7404 (diff)
downloadpoky-045eb5913083d34f0854c2e104d7dae3de7634a0.tar.gz
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>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/bmaptool/bmaptool_git.bb4
1 files changed, 4 insertions, 0 deletions
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
28 28
29inherit setuptools3 29inherit setuptools3
30 30
31# For compatibility with layers before scarthgap
32RREPLACES:${PN} = "bmap-tools"
33RCONFLICTS:${PN} = "bmap-tools"
34
31BBCLASSEXTEND = "native nativesdk" 35BBCLASSEXTEND = "native nativesdk"