From: Maxin B. John Date: Wed, 7 Oct 2015 03:20:06 +0000 (+0300) Subject: kbd: provide a workaround for build failures X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28642 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb8bed1a5eb9690462f8724c5b00a5d7044eba4c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-core/kbd/kbd_2.0.2.bb b/meta/recipes-core/kbd/kbd_2.0.2.bb index 136dc7ac0e0..49bb6c9a3fc 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 = ""