On 5 February 2016 at 10:45, Reshetova, Elena <[email protected] 
<mailto:[email protected]> > 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.

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

-- 
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to