vim: Disable parallel install, it has races
authorKhem Raj <raj.khem@gmail.com>
Wed, 6 Nov 2013 00:41:17 +0000 (16:41 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:34:32 +0000 (08:34 -0800)
commitac93a491c7c31455800fef86276bf42ecba70665
tree593526e3b325a0c1ed0c70581fc855aff1fa20b1
parentc61d0f08a7441eed32f7e34a6fff821fdf6247dc
vim: Disable parallel install, it has races

We end up with install errors when using high parallel factor like -j20

errors like

| mkdir: cannot create directory
`/``build/tmp-eglibc/work/ppce500v2-poky-linux-gnuspe/vim/7.4.27-r0/image/usr/share/vim/vim74':
File exists
| mkdir: cannot create directory
`/build/tmp-eglibc/work/ppce500v2-poky-linux-gnuspe/vim/7.4.27-r0/image/usr/share/vim/vim74':
File exists

(From meta-openembedded rev: 6c29faf02c9c5268eabd8c62e618cb1b3053eaa3)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/vim/vim_7.4.27.bb