Hello everybody
I tried earlier today to install offlineimap (a very nice program for synchronizing mail with an IMAP server). Offlineimap is written in python so, "ipkg" brought in python-core as a dependency. However offlineimap needed more python modules. Some of them were in the feed, some were not. I found the missing modules on my linux box, copied them over and now offlineimap works nicely. Regarding this, I have three remarks:
- offlineimap complained about not finding modules "traceback" and "linecache" (and maybe 1-2 more which I don't remember now). I have OE/bitbake (latest versions) installed and I see that there is a file "python-2.4.1-manifest.inc" that gets included by python_2.4.1.bb, and has these two modules listed. Why don't they appear in the final python-core package?
- offlineimap after installation had an error in the first line (trying to run something like ..../staging/.../python instead of /usr/bin/python)
- OE contains a .bb file for an older version of offlineimap. I updated the version, fixed the dependencies and produced a working .ipk. What is the proper way to contribute it to the OE/bitbake team? (And, in general what is the proper way to contribute small fixes?)
Thanks for your time.