diff options
| -rw-r--r-- | meta/recipes-support/vim/vim.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index 33ae0d8079..83ab9ea5de 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc | |||
| @@ -22,11 +22,10 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ | |||
| 22 | PV .= ".1592" | 22 | PV .= ".1592" |
| 23 | SRCREV = "29b4c513b11deb37f0e0538df53d195f602fa42c" | 23 | SRCREV = "29b4c513b11deb37f0e0538df53d195f602fa42c" |
| 24 | 24 | ||
| 25 | # Remove when 8.3 is out | ||
| 26 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
| 27 | |||
| 28 | # Do not consider .z in x.y.z, as that is updated with every commit | 25 | # Do not consider .z in x.y.z, as that is updated with every commit |
| 29 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" | 26 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" |
| 27 | # Ignore that the upstream version .z in x.y.z is always newer | ||
| 28 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
| 30 | 29 | ||
| 31 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
| 32 | 31 | ||
