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
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
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