[yocto] Adding Python support to build

Rich Bayliss richbayliss at gmail.com
Fri Jul 19 07:19:02 PDT 2013


On 19 Jul 2013 13:54, "Maxin B. John" <maxin.john at enea.com> wrote:
>
> 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

Thanks. That did the trick. I also needed 'select' so I added
'python-modules' for now. Will fine tune later.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20130719/6441399c/attachment.html>


More information about the yocto mailing list