diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-08-18 18:29:16 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-20 16:05:29 +0100 |
commit | 53687cadaab307fc843768d61973ed1630eb28af (patch) | |
tree | 329e9988da0bace94fec7745b6ca32794c16484c /meta/recipes-core | |
parent | 651a08c9eda35edc31e637268be45cda0a439b6d (diff) | |
download | openembedded-core-53687cadaab307fc843768d61973ed1630eb28af.tar.gz openembedded-core-53687cadaab307fc843768d61973ed1630eb28af.tar.bz2 openembedded-core-53687cadaab307fc843768d61973ed1630eb28af.zip |
kbd: remove PARALLEL_MAKEINST = ""
There isn't anything wrong when looked into its Makefile, I guess that
it had been fixed during ugprade, and I've applied this patch locally
for more than 2 months, there isn't anything wrong.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/kbd/kbd_2.0.3.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/kbd/kbd_2.0.3.bb b/meta/recipes-core/kbd/kbd_2.0.3.bb index 858dc05662..ea1e0b48d1 100644 --- a/meta/recipes-core/kbd/kbd_2.0.3.bb +++ b/meta/recipes-core/kbd/kbd_2.0.3.bb @@ -32,4 +32,3 @@ ALTERNATIVE_${PN} = "chvt deallocvt fgconsole openvt" ALTERNATIVE_PRIORITY = "100" BBCLASSEXTEND = "native" -PARALLEL_MAKEINST = "" |