diff options
Diffstat (limited to 'meta/recipes-support/vim/vim.inc')
-rw-r--r-- | meta/recipes-support/vim/vim.inc | 8 |
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 | ||
15 | SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ | 15 | SRC_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 | ||
22 | PV .= ".0114" | 21 | PV .= ".1198" |
23 | SRCREV = "fcaed6a70faf73bff3e5405ada556d726024f866" | 22 | SRCREV = "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 |
26 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" | 25 | UPSTREAM_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 |
28 | UPSTREAM_VERSION_UNKNOWN = "1" | 27 | UPSTREAM_VERSION_UNKNOWN = "1" |
29 | 28 | ||
30 | S = "${WORKDIR}/git" | ||
31 | |||
32 | VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}" | 29 | VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}" |
33 | 30 | ||
34 | inherit autotools-brokensep update-alternatives mime-xdg pkgconfig | 31 | inherit 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 | # |
130 | FILES:${PN}-tools = "${datadir}/${BPN}/${VIMDIR}/tools" | 127 | FILES:${PN}-tools = "${datadir}/${BPN}/${VIMDIR}/tools" |
131 | INSANE_SKIP:${PN}-tools = "file-rdeps" | ||
132 | 128 | ||
133 | FILES:${PN}-common = " \ | 129 | FILES:${PN}-common = " \ |
134 | ${datadir}/${BPN}/${VIMDIR}/*.vim \ | 130 | ${datadir}/${BPN}/${VIMDIR}/*.vim \ |