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

Phil Blundell philb at gnu.org
Sun Sep 30 17:31:09 UTC 2012


On Sun, 2012-09-30 at 18:19 +0100, Phil Blundell wrote:
> -    do_split_packages(d, modules_root, '^pango-(.*)\.so$', 'pango-module-%s', 'Pango module %s', prologue + '${bindir}/${MLPREFIX}pango-querymodules > /etc/pango/${MLPREFIX}pango.modules')
> +    
> +    if os.path.exists(os.path.join(d.expand('${D}'), modules_root)):
> +       do_split_packages(d, modules_root, '^pango-(.*)\.so$', 'pango-module-%s', 'Pango module %s', prologue + '${bindir}/${MLPREFIX}pango-querymodules > /etc/pango/${MLPREFIX}pango.modules')
>  }

Hm, I seem to have sent the wrong version of this patch.  Please ignore
that one.

p.






More information about the Openembedded-core mailing list