[oe-commits] [openembedded-core] 02/03: vim: Update to 8.1.1017

git at git.openembedded.org git at git.openembedded.org
Mon Mar 18 13:37:39 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2ca7c8677011a93acb4ad8deff60224f8e38bbcb
Author: Tom Rini <trini at konsulko.com>
AuthorDate: Sun Mar 17 20:25:48 2019 -0400

    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 at windriver.com>
    Cc: Changqing Li <changqing.li at windriver.com>
    Signed-off-by: Tom Rini <trini at konsulko.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/vim/files/disable_acl_header_check.patch     | 8 ++++----
 .../vim/{vim-tiny_8.1.0347.bb => vim-tiny_8.1.1017.bb}            | 0
 meta/recipes-support/vim/{vim_8.1.0347.bb => vim_8.1.1017.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 4720003..3308916 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 at windriver.com>
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 diff --git a/src/configure.ac b/src/configure.ac
-index 107c170..0ee86ad 100644
+index 2d409b3ca06a..dbcaf6140263 100644
 --- a/src/configure.ac
 +++ b/src/configure.ac
-@@ -3220,7 +3220,7 @@ AC_CHECK_HEADERS(stdint.h stdlib.h string.h \
+@@ -3257,7 +3257,7 @@ AC_CHECK_HEADERS(stdint.h stdlib.h string.h \
  	sys/systeminfo.h locale.h sys/stream.h termios.h \
  	libc.h sys/statfs.h poll.h sys/poll.h pwd.h \
- 	utime.h sys/param.h libintl.h libgen.h \
+ 	utime.h sys/param.h sys/ptms.h libintl.h libgen.h \
 -	util/debug.h util/msg18n.h frame.h sys/acl.h \
 +	util/debug.h util/msg18n.h frame.h \
  	sys/access.h sys/sysinfo.h wchar.h wctype.h)
  
  dnl sys/ptem.h depends on sys/stream.h on Solaris
-@@ -3848,6 +3848,7 @@ AC_ARG_ENABLE(acl,
+@@ -3886,6 +3886,7 @@ AC_ARG_ENABLE(acl,
  	, [enable_acl="yes"])
  if test "$enable_acl" = "yes"; then
    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
similarity index 100%
rename from meta/recipes-support/vim/vim-tiny_8.1.0347.bb
rename to 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
similarity index 98%
rename from meta/recipes-support/vim/vim_8.1.0347.bb
rename to meta/recipes-support/vim/vim_8.1.1017.bb
index 1c41caa..7627d28 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 \
            file://vim-add-knob-whether-elf.h-are-checked.patch;patchdir=.. \
            file://0001-src-Makefile-improve-reproducibility.patch;patchdir=.. \
 "
-SRCREV = "f1c118be93184e8e57e3e80b1b3383f464ed649e"
+SRCREV = "493fbe4abee660d30b4f2aef87b754b0a720213c"
 
 S = "${WORKDIR}/git/src"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list