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:06:03 +0100 |
commit | e7ec6cf27c2e347e3354e2d70f1467a219c59888 (patch) | |
tree | 7ec40960cbc7f50de50afaab033efdd9dcb3e0b5 /meta/recipes-core/kbd | |
parent | 1e211f371cae2952b81332d2e42109db3d96836e (diff) | |
download | poky-e7ec6cf27c2e347e3354e2d70f1467a219c59888.tar.gz |
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.
(From OE-Core rev: 53687cadaab307fc843768d61973ed1630eb28af)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/kbd')
-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" | |||
32 | ALTERNATIVE_PRIORITY = "100" | 32 | ALTERNATIVE_PRIORITY = "100" |
33 | 33 | ||
34 | BBCLASSEXTEND = "native" | 34 | BBCLASSEXTEND = "native" |
35 | PARALLEL_MAKEINST = "" | ||