Re: [OE-core] [PATCH 4/4] native: Improve ${PN}-XXX package name handling

2025-01-13 Thread Richard Purdie via lists.openembedded.org
On Mon, 2025-01-13 at 14:45 +0100, Quentin Schulz wrote: > Cc docs > > On 1/6/25 5:09 PM, Richard Purdie via lists.openembedded.org wrote: > > If a recipe has something like: > > > > RPROVIDES:${PN}-xxx = "yyy" > > > > then the current code will turn this into: > > > > RPROVIDES:${BPN}-native-x

Re: [OE-core] [PATCH 4/4] native: Improve ${PN}-XXX package name handling

2025-01-13 Thread Quentin Schulz via lists.openembedded.org
Cc docs On 1/6/25 5:09 PM, Richard Purdie via lists.openembedded.org wrote: If a recipe has something like: RPROVIDES:${PN}-xxx = "yyy" then the current code will turn this into: RPROVIDES:${BPN}-native-xxx = "yyy-native" which can lead to errors. Add in some handling for this special case i

[OE-core] [PATCH 4/4] native: Improve ${PN}-XXX package name handling

2025-01-06 Thread Richard Purdie via lists.openembedded.org
If a recipe has something like: RPROVIDES:${PN}-xxx = "yyy" then the current code will turn this into: RPROVIDES:${BPN}-native-xxx = "yyy-native" which can lead to errors. Add in some handling for this special case in the class extension code. The corresponding entry in PACAGES is correctly r