mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
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 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ LICENSE = "vim"
|
||||
LIC_FILES_CHKSUM = "file://../runtime/doc/uganda.txt;md5=b779e18be6ed77facc770691c967b8f8"
|
||||
|
||||
SRC_URI = "hg://vim.googlecode.com/hg/;protocol=https;module=vim \
|
||||
file://configure.in_remove_CC_quotes.patch;patchdir=.."
|
||||
file://configure.in_remove_CC_quotes.patch;patchdir=.."
|
||||
SRCREV = "v7-4-027"
|
||||
|
||||
S = "${WORKDIR}/${PN}/src"
|
||||
@@ -61,6 +61,8 @@ do_install_append() {
|
||||
install -m 0644 ../runtime/vimrc_example.vim ${D}/${datadir}/${PN}/vimrc
|
||||
}
|
||||
|
||||
PARALLEL_MAKEINST = ""
|
||||
|
||||
PACKAGES =+ "${PN}-common ${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-data"
|
||||
FILES_${PN}-syntax = "${datadir}/${PN}/${VIMDIR}/syntax"
|
||||
FILES_${PN}-help = "${datadir}/${PN}/${VIMDIR}/doc"
|
||||
|
||||
Reference in New Issue
Block a user