Open michizimmeri opened 1 year ago
Since there is a recipe oatpp-ssdp in the layer, I would assume that using oatpp-ssdp is the solution. Another option could be to simply add the below line to meta-oatpp/recipes-oatpp/oatpp-ssdp/oatpp-ssdp_1.3.0.bb:
PROVIDES = "ssdp"
Good catch though, submit a PR.
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-oatpp1.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/