mtools: Disable parallel make install, its broken

(From OE-Core rev: 6f64114f5825bf6f6ab8eaaf4bed24586e05ee57)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-10-05 18:58:49 +01:00
parent 53a9ffc11a
commit 6d75e6f8c6
2 changed files with 4 additions and 0 deletions

View File

@ -20,4 +20,6 @@ inherit autotools
EXTRA_OECONF = "--without-x"
PARALLEL_MAKEINST = ""
BBCLASSEXTEND = "native"

View File

@ -18,4 +18,6 @@ inherit autotools
EXTRA_OECONF = "--without-x"
PARALLEL_MAKEINST = ""
BBCLASSEXTEND = "native"