From eb8bed1a5eb9690462f8724c5b00a5d7044eba4c Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Wed, 7 Oct 2015 06:20:06 +0300 Subject: kbd: provide a workaround for build failures An easy workaround for kbd build failure is to disable parallel make install for now. [YOCTO #7436] Signed-off-by: Maxin B. John Signed-off-by: Ross Burton --- meta/recipes-core/kbd/kbd_2.0.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/kbd') diff --git a/meta/recipes-core/kbd/kbd_2.0.2.bb b/meta/recipes-core/kbd/kbd_2.0.2.bb index 136dc7ac0e..49bb6c9a3f 100644 --- a/meta/recipes-core/kbd/kbd_2.0.2.bb +++ b/meta/recipes-core/kbd/kbd_2.0.2.bb @@ -34,3 +34,4 @@ ALTERNATIVE_${PN} = "chvt deallocvt fgconsole openvt" ALTERNATIVE_PRIORITY = "100" BBCLASSEXTEND = "native" +PARALLEL_MAKEINST = "" -- cgit 1.2.3-korg