summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/intltool
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-08-05 16:17:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-10 10:46:28 +0100
commite1081f491c46bbf006ad2d1386970dcb9a50f51f (patch)
tree9ab83a81fdd2624c78e4c239578072c122884bd3 /meta/recipes-devtools/intltool
parentc5af7540a5bf36b7cf512677985123ab321f90e6 (diff)
downloadpoky-e1081f491c46bbf006ad2d1386970dcb9a50f51f.tar.gz
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. (From OE-Core rev: a9a7eea897e5771d1760a39150ef348911447b20) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/intltool')
-rw-r--r--meta/recipes-devtools/intltool/intltool/remove-perl-check.patch3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/intltool/intltool/remove-perl-check.patch b/meta/recipes-devtools/intltool/intltool/remove-perl-check.patch
index bea0895748..5f57ea3332 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@intel.com>
12 12
13--- a/intltool.m4.orig 2013-07-02 11:22:23.000000000 -0700 13--- a/intltool.m4.orig 2013-07-02 11:22:23.000000000 -0700
14+++ b/intltool.m4 2013-07-02 11:22:32.000000000 -0700 14+++ b/intltool.m4 2013-07-02 11:22:32.000000000 -0700
15@@ -26,1 +26,1 @@ dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml])
16-# serial 42 IT_PROG_INTLTOOL
17+# serial 42.1 IT_PROG_INTLTOOL
15@@ -131,27 +131,6 @@ if test -z "$xgversion" -o -z "$mmversio 18@@ -131,27 +131,6 @@ if test -z "$xgversion" -o -z "$mmversio
16 AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) 19 AC_MSG_ERROR([GNU gettext tools not found; required for intltool])
17 fi 20 fi