On 5 February 2016 at 08:27, Reshetova, Elena < <mailto:[email protected]> [email protected]> wrote:
I noticed that during the build bitbake supplies you rather correct (if it is
correct in the recipe) list of recipe build-time dependencies. However, this
isn’t true for run-time dependencies. Moreover it seems that when you define a
recipe you don’t have to list run-time dependencies, but rather than package
manager would figure it out.
>After do_package has run the dependencies will be correct, but until that
>point the runtime library dependencies won't have been extracted.
Actually my task seems to run after do_package has already run, but I don’t
have RDEPENDS filled with anything useful. How you supposed to query them from
bitbake? I was trying these variants:
recipe.r_deps = d.getVar('RDEPENDS_' + <http://recipe.name> recipe.name, True)
or even simple:
recipe.r_deps = d.getVar('RDEPENDS’, True)
Best Regards,
Elena.
smime.p7s
Description: S/MIME cryptographic signature
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
