For my dunfell build I tried to add the layer to my image recipe via the packagegroup-oatpp.
This gives me some errors saying that the dependency is not available through the build system.
bitbake packagegroup-oatpp
ERROR: Nothing RPROVIDES 'ssdp' (but .../meta-oatpp/recipes-oatpp/packagegroup/packagegroup-oatpp_1.3.0.bb RDEPENDS on or otherwise requires it)
ERROR: Required build target 'packagegroup-oatpp' has no buildable providers.
Missing or unbuildable dependency chain was: ['packagegroup-oatpp', 'ssdp']
I saw that inside the packagegroup-oatpp_1.3.0.bb the RDPENDS_${PN} = "ssdp" may cause the issue.
Is it possible that an prefix oatpp- is needed? Or are other meta-layers required in addition to this layer?
For example, the postgresql recipe did not generate an error, but this is because meta-oe has this dependency available.
https://layers.openembedded.org/layerindex/recipe/5558/
For my dunfell build I tried to add the layer to my image recipe via the packagegroup-oatpp.
This gives me some errors saying that the dependency is not available through the build system.
I saw that inside the packagegroup-oatpp_1.3.0.bb the RDPENDS_${PN} = "ssdp" may cause the issue.
Is it possible that an prefix oatpp- is needed? Or are other meta-layers required in addition to this layer?
For example, the postgresql recipe did not generate an error, but this is because meta-oe has this dependency available.
https://layers.openembedded.org/layerindex/recipe/5558/