]> code.ossystems Code Review - openembedded-core.git/commit
libc-package.bbclass: Use a makefile for locale gernation to increase parallelization
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Oct 2011 12:25:44 +0000 (13:25 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Oct 2011 08:54:02 +0000 (09:54 +0100)
commit6ce8d028f2a542eceb270aeb511929953a859d39
treec20b9a2244dce6760f632a411e41efe3fe48484b
parentd5be373b9d967a58d33e71e440daaaca6444987a
libc-package.bbclass: Use a makefile for locale gernation to increase parallelization

We can generate the locales in parallel. The easiest way to do this is
generate a Makefile and then run this with our usual parallel make
options.

[YOCTO #1554]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/libc-package.bbclass