On 19 Jul 2013 13:54, "Maxin B. John" <[email protected]> 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.
_______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
