summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-03-17 20:25:48 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-18 23:47:43 +0000
commit9d6a429f5813e67185abe0140163c253878124e6 (patch)
tree0b9c3243a714259e1d678aa4fae67d4a724bcdce /meta/recipes-support
parent0163762f63f1d1c3e10ac581b092db1ffd1da743 (diff)
downloadpoky-9d6a429f5813e67185abe0140163c253878124e6.tar.gz
vim: Update to 8.1.1017
The most current release of vim is now 8.1.1017. The only problem currently is that the disable_acl_header patch is still not upstream. Cc: Wenzong Fan <wenzong.fan@windriver.com> Cc: Changqing Li <changqing.li@windriver.com> (From OE-Core rev: 791b278c513abb6587d4efcf2e4e974a0bf280ae) Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/vim/files/disable_acl_header_check.patch8
-rw-r--r--meta/recipes-support/vim/vim-tiny_8.1.1017.bb (renamed from meta/recipes-support/vim/vim-tiny_8.1.0347.bb)0
-rw-r--r--meta/recipes-support/vim/vim_8.1.1017.bb (renamed from meta/recipes-support/vim/vim_8.1.0347.bb)2
3 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-support/vim/files/disable_acl_header_check.patch b/meta/recipes-support/vim/files/disable_acl_header_check.patch
index 4720003c25..33089162b4 100644
--- a/meta/recipes-support/vim/files/disable_acl_header_check.patch
+++ b/meta/recipes-support/vim/files/disable_acl_header_check.patch
@@ -14,19 +14,19 @@ Signed-off-by: Changqing Li <changqing.li@windriver.com>
14 1 file changed, 2 insertions(+), 1 deletion(-) 14 1 file changed, 2 insertions(+), 1 deletion(-)
15 15
16diff --git a/src/configure.ac b/src/configure.ac 16diff --git a/src/configure.ac b/src/configure.ac
17index 107c170..0ee86ad 100644 17index 2d409b3ca06a..dbcaf6140263 100644
18--- a/src/configure.ac 18--- a/src/configure.ac
19+++ b/src/configure.ac 19+++ b/src/configure.ac
20@@ -3220,7 +3220,7 @@ AC_CHECK_HEADERS(stdint.h stdlib.h string.h \ 20@@ -3257,7 +3257,7 @@ AC_CHECK_HEADERS(stdint.h stdlib.h string.h \
21 sys/systeminfo.h locale.h sys/stream.h termios.h \ 21 sys/systeminfo.h locale.h sys/stream.h termios.h \
22 libc.h sys/statfs.h poll.h sys/poll.h pwd.h \ 22 libc.h sys/statfs.h poll.h sys/poll.h pwd.h \
23 utime.h sys/param.h libintl.h libgen.h \ 23 utime.h sys/param.h sys/ptms.h libintl.h libgen.h \
24- util/debug.h util/msg18n.h frame.h sys/acl.h \ 24- util/debug.h util/msg18n.h frame.h sys/acl.h \
25+ util/debug.h util/msg18n.h frame.h \ 25+ util/debug.h util/msg18n.h frame.h \
26 sys/access.h sys/sysinfo.h wchar.h wctype.h) 26 sys/access.h sys/sysinfo.h wchar.h wctype.h)
27 27
28 dnl sys/ptem.h depends on sys/stream.h on Solaris 28 dnl sys/ptem.h depends on sys/stream.h on Solaris
29@@ -3848,6 +3848,7 @@ AC_ARG_ENABLE(acl, 29@@ -3886,6 +3886,7 @@ AC_ARG_ENABLE(acl,
30 , [enable_acl="yes"]) 30 , [enable_acl="yes"])
31 if test "$enable_acl" = "yes"; then 31 if test "$enable_acl" = "yes"; then
32 AC_MSG_RESULT(no) 32 AC_MSG_RESULT(no)
diff --git a/meta/recipes-support/vim/vim-tiny_8.1.0347.bb b/meta/recipes-support/vim/vim-tiny_8.1.1017.bb
index 8b1fb7b115..8b1fb7b115 100644
--- a/meta/recipes-support/vim/vim-tiny_8.1.0347.bb
+++ b/meta/recipes-support/vim/vim-tiny_8.1.1017.bb
diff --git a/meta/recipes-support/vim/vim_8.1.0347.bb b/meta/recipes-support/vim/vim_8.1.1017.bb
index 1c41caaf10..7627d2844b 100644
--- a/meta/recipes-support/vim/vim_8.1.0347.bb
+++ b/meta/recipes-support/vim/vim_8.1.1017.bb
@@ -13,7 +13,7 @@ SRC_URI = "git://github.com/vim/vim.git \
13 file://vim-add-knob-whether-elf.h-are-checked.patch;patchdir=.. \ 13 file://vim-add-knob-whether-elf.h-are-checked.patch;patchdir=.. \
14 file://0001-src-Makefile-improve-reproducibility.patch;patchdir=.. \ 14 file://0001-src-Makefile-improve-reproducibility.patch;patchdir=.. \
15" 15"
16SRCREV = "f1c118be93184e8e57e3e80b1b3383f464ed649e" 16SRCREV = "493fbe4abee660d30b4f2aef87b754b0a720213c"
17 17
18S = "${WORKDIR}/git/src" 18S = "${WORKDIR}/git/src"
19 19