On Fri, Mar 7 2025 at 16:32:45 +01:00:00, Markus Volk <f_l_k@t-online.de> wrote:

Looks good at first glance. Using ptest in DISTRO_FEATURES installs the files into the ptest package, so this patch seems to fix the problem. I'll send it to upstream in the next few days and see what I hear there

After thinking a little bit more about this, I'd say the proper fix would be to build tests only, if ptest is enabled:

PACKAGECONFIG[tests] = "-Dtests=true -Dinstalled_tests=true,-Dtests=false -Dinstalled_tests=false,"

The option 'tests' is enabled by default so we at least need to add '-Dtests=false' to make the PACKAGECONFIG work properly