diff options
| -rw-r--r-- | meta/recipes-support/vim/vim.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index dc11a0aabb..34963054fd 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc | |||
| @@ -23,6 +23,9 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ | |||
| 23 | PV .= ".3752" | 23 | PV .= ".3752" |
| 24 | SRCREV = "8603be338ac810446f23c092f21bc6082f787519" | 24 | SRCREV = "8603be338ac810446f23c092f21bc6082f787519" |
| 25 | 25 | ||
| 26 | # Remove when 8.3 is out | ||
| 27 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
| 28 | |||
| 26 | # Do not consider .z in x.y.z, as that is updated with every commit | 29 | # Do not consider .z in x.y.z, as that is updated with every commit |
| 27 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" | 30 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" |
| 28 | 31 | ||
