I have tried to update kodiplatform and to get rid of our copy of p8platform but the the kodi-addons-pvr- starts to fail.
It appears these recipes (kodi and the two platforms) are the common base for most of these plugins.
Problem is the CMake files produced by the platforms are passed to the plugins which are then peeking in stranger's sysroot!
That's why both do have an empty rm_work() task.
I don't know in details the environment but the OE buildsystem requires to do things differently, one could think to add a shared workdir for example.
As for now I have redone the platform updates and I am fixing the failing recipes one-by-one with the axe.
I am really wondering if the effort is worth, I say that because for 19/Matrix most plugins in kodi-pvr github do not need p8platform/kodiplatform anymore.
So I should maybe forget the mess and start with the 19 release, unless unknown issues with the actual plugins arises.
What are the plans? For which release is kodi_19 / python3-only planned?
Cheers
A.A.