diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-02-12 17:27:26 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-15 21:58:27 +0000 |
commit | eee50b24eeff92e247942076ab6890c6b19a0f0f (patch) | |
tree | 64ca053b7fc70f7a78288a9e9ac58b26e360aa91 /meta | |
parent | eacb5c54cef58f6bc588a0436d810b4d94207e6e (diff) | |
download | poky-eee50b24eeff92e247942076ab6890c6b19a0f0f.tar.gz |
vala.bbclass: enable PARALLEL_MAKE
The midori is built well now.
(From OE-Core rev: 445135f4fdd5878a0660029d0876aec51f971e20)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/vala.bbclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/vala.bbclass b/meta/classes/vala.bbclass index 0b7803b251..9ff664ac41 100644 --- a/meta/classes/vala.bbclass +++ b/meta/classes/vala.bbclass | |||
@@ -1,6 +1,3 @@ | |||
1 | # Vala has problems with multiple concurrent invocations | ||
2 | PARALLEL_MAKE = "" | ||
3 | |||
4 | # Everyone needs vala-native and targets need vala, too, | 1 | # Everyone needs vala-native and targets need vala, too, |
5 | # because that is where target builds look for .vapi files. | 2 | # because that is where target builds look for .vapi files. |
6 | # | 3 | # |