The rename of bmap-tools to bmaptool creates an incompatibility that will break package feeds. Restore compatibility by adding bmap-tools as a runtime alias.
Acked-by: Otavio Salvador <ota...@ossystems.com.br> Signed-off-by: Tom Hochstein <tom.hochst...@nxp.com> --- meta/recipes-support/bmaptool/bmaptool_git.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta/recipes-support/bmaptool/bmaptool_git.bb b/meta/recipes-support/bmaptool/bmaptool_git.bb index 87328af8c6..f0f3b85902 100644 --- a/meta/recipes-support/bmaptool/bmaptool_git.bb +++ b/meta/recipes-support/bmaptool/bmaptool_git.bb @@ -28,4 +28,9 @@ RDEPENDS:${PN} = "python3-core python3-compression python3-misc python3-mmap pyt inherit setuptools3 +# For compatibility with layers before scarthgap +RPROVIDES:${PN} = "bmap-tools" +RREPLACES:${PN} = "bmap-tools" +RCONFLICTS:${PN} = "bmap-tools" + BBCLASSEXTEND = "native nativesdk" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#196791): https://lists.openembedded.org/g/openembedded-core/message/196791 Mute This Topic: https://lists.openembedded.org/mt/104787184/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-