[yocto] Adding Python support to build

Maxin B. John maxin.john at enea.com
Fri Jul 19 05:54:47 PDT 2013


Hi,

> I have added a recipe to my build which RDEPENDS_${PN} = "python".
> Although the package doesn't "need" python to run, it exposes a Python
> library which I would like to use on the system in a Python script.
RDEPENDS on "python-math" should do the trick. 

RDEPENDS_${PN} = "python-math" 

<snip>
> Rich Bayliss

Best Regards,
Maxin



More information about the yocto mailing list