This was already proposed, and rejected. https://lists.openembedded.org/g/openembedded-core/topic/104753355
You need to fix the metadata that refers to the old name. Alex On Fri, 19 Apr 2024 at 22:31, Rasmus Villemoes via lists.openembedded.org <[email protected]> wrote: > > From: Rasmus Villemoes <[email protected]> > > This is very often a build dependency, such as in my case using a > class from meta-ptx, which fails with > > ERROR: Nothing PROVIDES 'bmap-tools-native'. Close matches: > bmaptool-native > bpftool-native > mtools-native > > due to the renaming. > > Signed-off-by: Rasmus Villemoes <[email protected]> > --- > meta/recipes-support/bmaptool/bmaptool_git.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-support/bmaptool/bmaptool_git.bb > b/meta/recipes-support/bmaptool/bmaptool_git.bb > index fd53c21c06..b4b3fa1fbd 100644 > --- a/meta/recipes-support/bmaptool/bmaptool_git.bb > +++ b/meta/recipes-support/bmaptool/bmaptool_git.bb > @@ -23,6 +23,7 @@ RDEPENDS:${PN} = "python3-core python3-compression > python3-misc python3-mmap pyt > inherit setuptools3 > > # For compatibility with layers before scarthgap > +PROVIDES = "bmap-tools" > RREPLACES:${PN} = "bmap-tools" > RCONFLICTS:${PN} = "bmap-tools" > > -- > 2.40.1.1.g1c60b9335d > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#198564): https://lists.openembedded.org/g/openembedded-core/message/198564 Mute This Topic: https://lists.openembedded.org/mt/105625834/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
