]> code.ossystems Code Review - openembedded-core.git/commitdiff
kbd: provide a workaround for build failures
authorMaxin B. John <maxin.john@intel.com>
Wed, 7 Oct 2015 03:20:06 +0000 (06:20 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Oct 2015 13:33:40 +0000 (14:33 +0100)
An easy workaround for kbd build failure is to disable
parallel make install for now.

[YOCTO #7436]

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/kbd/kbd_2.0.2.bb

index 136dc7ac0e073b9d6af521db77a9b6da9df7f0f8..49bb6c9a3fcd59a7a700e684da629dad8f4d9ef8 100644 (file)
@@ -34,3 +34,4 @@ ALTERNATIVE_${PN} = "chvt deallocvt fgconsole openvt"
 ALTERNATIVE_PRIORITY = "100"
 
 BBCLASSEXTEND = "native"
+PARALLEL_MAKEINST = ""