Re: [OE-core] [PATCH v2] pango: don't try to split modules if none were installed

2012-10-12 Thread Burton, Ross
On 30 September 2012 22:28, Phil Blundell wrote: > On Sun, 2012-09-30 at 19:31 +0100, Ross Burton wrote: >> As this keeps on cropping up, I did have a patch to do_split_packages >> that added an allow-empty argument. Might be worth digging out. > > Sounds like a decent plan. So do_split_packages(

Re: [OE-core] [PATCH v2] pango: don't try to split modules if none were installed

2012-09-30 Thread Phil Blundell
On Sun, 2012-09-30 at 19:31 +0100, Ross Burton wrote: > As this keeps on cropping up, I did have a patch to do_split_packages > that added an allow-empty argument. Might be worth digging out. Sounds like a decent plan. p. ___ Openembedded-core mail

[OE-core] [PATCH v2] pango: don't try to split modules if none were installed

2012-09-30 Thread Phil Blundell
If pango is configured --with-included-modules then the modules directory may not exist. Trying to call do_split_modules() on a nonexistent path leads to python stack traceback spew and a build failure, so check in advance whether that directory is present before trying to do any splitting. Signe