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 09:00:07 +0000 (10:00 +0100)
commita9c76f1c3af33fdbaef734c2bdf8b8c1f7760ef5
tree13340e49046df4d795c581fc708a0bebe2d0fc48
parent4ef463b4870922bc0dd3b647ba914534d0679f36
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]

(From OE-Core rev: 6ce8d028f2a542eceb270aeb511929953a859d39)

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