mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
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:
committed by
Richard Purdie
parent
4b42a93edf
commit
045eb59130
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user