diff options
author | Maxin B. John <maxin.john@intel.com> | 2015-10-07 06:20:06 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-12 14:33:40 +0100 |
commit | eb8bed1a5eb9690462f8724c5b00a5d7044eba4c (patch) | |
tree | da052a9f80ee7e36062f64cd3397c99679d889a5 /meta/recipes-core | |
parent | 8f33627684755899c5b1fd7eeefdd89c42e68fec (diff) | |
download | openembedded-core-eb8bed1a5eb9690462f8724c5b00a5d7044eba4c.tar.gz openembedded-core-eb8bed1a5eb9690462f8724c5b00a5d7044eba4c.tar.bz2 openembedded-core-eb8bed1a5eb9690462f8724c5b00a5d7044eba4c.zip |
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 <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/kbd/kbd_2.0.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 = "" |