[yocto] What is the correct way to get a list of package run-time dependencies during the build process?

Reshetova, Elena elena.reshetova at intel.com
Mon Feb 8 08:20:23 PST 2016


 

On 5 February 2016 at 10:45, Reshetova, Elena <elena.reshetova at intel.com <mailto:elena.reshetova at intel.com> > wrote:

recipe.r_deps = d.getVar('RDEPENDS_' +  <http://recipe.name> recipe.name, True)

 

or even simple:

 

recipe.r_deps = d.getVar('RDEPENDS’, True)


>Did you mean RDEPENDS_ + package name?

 

I have it like this: 

 

recipe.name = d.getVar('PN', True)

recipe.r_deps = d.getVar('RDEPENDS_' +  <http://recipe.name> recipe.name, True)

 

Best Regards,
Elena.

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160208/2e2072f1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 7586 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160208/2e2072f1/attachment.bin>


More information about the yocto mailing list