Re: [yocto] Correspondance between Qt5 components and meta-qt5 recipes

2022-02-28 Thread Michael Ho via lists.yoctoproject.org
Hi Perceval, Just a rough guess, I think you want qtsvg in DEPENDS for svg support and/or qtbase in DEPENDS for gif support. I don't know of any mapping but the recipes seem to align quite clearly with the components. And I think you can ignore setting RDEPENDS manually. Typically the RDEPENDS

Re: [yocto] libquadmath

2022-01-02 Thread Michael Ho via lists.yoctoproject.org
Not familiar with Fortran but maybe it helps to know that this is normally handled with the DEPENDS mechanism. When you add other recipes as dependencies to your recipe, the task do_prepare_recipe_sysroot (run before do_compile) will make hard links to the files from those dependency recipes into

Re: [yocto] unparsed line #yocto

2021-12-28 Thread Michael Ho via lists.yoctoproject.org
It looks like you have a dunfell yocto setup which doesn't support that new recipe syntax. Maybe you need to check out the dunfell branch of those meta layers to get them to be compatible. Michael On Tue, 28 Dec 2021, 7:12 pm Kevin Kettinger, wrote: > Hello, > > after including the meta-qt5