summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vim/vim.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/vim/vim.inc')
-rw-r--r--meta/recipes-support/vim/vim.inc8
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index 071deed338..278a5baeb2 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -14,21 +14,18 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d1a651ab770b45d41c0f8cb5a8ca930e"
14 14
15SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ 15SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
16 file://disable_acl_header_check.patch \ 16 file://disable_acl_header_check.patch \
17 file://vim-add-knob-whether-elf.h-are-checked.patch \
18 file://0001-src-Makefile-improve-reproducibility.patch \ 17 file://0001-src-Makefile-improve-reproducibility.patch \
19 file://no-path-adjust.patch \ 18 file://no-path-adjust.patch \
20 " 19 "
21 20
22PV .= ".0114" 21PV .= ".1198"
23SRCREV = "fcaed6a70faf73bff3e5405ada556d726024f866" 22SRCREV = "f209dcd3defb95bae21b2740910e6aa7bb940531"
24 23
25# Do not consider .z in x.y.z, as that is updated with every commit 24# Do not consider .z in x.y.z, as that is updated with every commit
26UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" 25UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0"
27# Ignore that the upstream version .z in x.y.z is always newer 26# Ignore that the upstream version .z in x.y.z is always newer
28UPSTREAM_VERSION_UNKNOWN = "1" 27UPSTREAM_VERSION_UNKNOWN = "1"
29 28
30S = "${WORKDIR}/git"
31
32VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}" 29VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}"
33 30
34inherit autotools-brokensep update-alternatives mime-xdg pkgconfig 31inherit autotools-brokensep update-alternatives mime-xdg pkgconfig
@@ -128,7 +125,6 @@ FILES:${PN}-data = "${datadir}/${BPN}"
128# We do not want to complain if perl or gawk are not on the target. 125# We do not want to complain if perl or gawk are not on the target.
129# 126#
130FILES:${PN}-tools = "${datadir}/${BPN}/${VIMDIR}/tools" 127FILES:${PN}-tools = "${datadir}/${BPN}/${VIMDIR}/tools"
131INSANE_SKIP:${PN}-tools = "file-rdeps"
132 128
133FILES:${PN}-common = " \ 129FILES:${PN}-common = " \
134 ${datadir}/${BPN}/${VIMDIR}/*.vim \ 130 ${datadir}/${BPN}/${VIMDIR}/*.vim \