aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/vim/vim_7.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/vim/vim_7.2.bb b/recipes/vim/vim_7.2.bb
index d79f787b07..6807bd2473 100644
--- a/recipes/vim/vim_7.2.bb
+++ b/recipes/vim/vim_7.2.bb
@@ -4,14 +4,14 @@ VIMVER = "72"
VIMFEATURES ?= "big"
# GUI type - gvim recipe sets "gtk2"
-VIMGUI ?= "none"
+VIMGUI ?= "no"
# gvim recipes uses "--with-x"
VIMX ?= "--without-x"
require vim.inc
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
# 001-411.diff contains 411 patches fetched from upstream
SRC_URI += "file://001-411.diff;apply=no"