]> code.ossystems Code Review - openembedded-core.git/commitdiff
intltool: bump serial for aclocal --install
authorRoss Burton <ross.burton@intel.com>
Fri, 5 Aug 2016 15:17:08 +0000 (16:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 7 Aug 2016 21:21:43 +0000 (22:21 +0100)
We modify this macro and need it to be used over local copies in tarballs.  It
appears that aclocal doesn't quite want to do the right thing just yet but
increase the version just in case it does in the future.

Upstream typically increments by one, and autoconf handles point versions fine,
so bump it by 0.1.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/intltool/intltool/remove-perl-check.patch

index bea08957484068dd755ae585ea13fb030fa747e1..5f57ea33322d758f689c3051cef1f4482d5991e3 100644 (file)
@@ -12,6 +12,9 @@ Signed-off-by: Ross Burton <ross.burton@intel.com>
 
 --- a/intltool.m4.orig 2013-07-02 11:22:23.000000000 -0700
 +++ b/intltool.m4      2013-07-02 11:22:32.000000000 -0700
+@@ -26,1 +26,1 @@ dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml])
+-# serial 42 IT_PROG_INTLTOOL
++# serial 42.1 IT_PROG_INTLTOOL
 @@ -131,27 +131,6 @@ if test -z "$xgversion" -o -z "$mmversio
      AC_MSG_ERROR([GNU gettext tools not found; required for intltool])
  fi