WebPlatformForEmbedded / meta-wpe

Yocto/OE - Web Platform for Embedded (WPE)
79 stars 75 forks source link

Make sure to depend on wpeframework and wpeframework-interfaces for plugins #579

Closed 404ag closed 3 years ago

404ag commented 3 years ago

I've hit a scenario where this chain of dependencies was broken. I'm building plugins that does not neccessarily use client-libraries (in fact it's a binary, but not building it), but are required to have wpeframework and/or interfaces in the chain. This way I tried to keep minimal changes that are guaranteed to work globally.