[oe-commits] [openembedded-core] 06/15: intltool: bump serial for aclocal --install

git at git.openembedded.org git at git.openembedded.org
Sun Aug 7 21:23:21 UTC 2016


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

commit a9a7eea897e5771d1760a39150ef348911447b20
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Aug 5 16:17:08 2016 +0100

    intltool: bump serial for aclocal --install
    
    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/intltool/intltool/remove-perl-check.patch | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-devtools/intltool/intltool/remove-perl-check.patch b/meta/recipes-devtools/intltool/intltool/remove-perl-check.patch
index bea0895..5f57ea3 100644
--- a/meta/recipes-devtools/intltool/intltool/remove-perl-check.patch
+++ b/meta/recipes-devtools/intltool/intltool/remove-perl-check.patch
@@ -12,6 +12,9 @@ Signed-off-by: Ross Burton <ross.burton at 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

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


More information about the Openembedded-commits mailing list