summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/diffstat/diffstat/aclocal.patch
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2013-11-05 11:25:16 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-05 22:17:56 +0000
commitb353269498d505e949446b3c8a7d4a4dc0396f6f (patch)
treeb5105d3b75c99ecc563ffa2bfb2056a83cb387ca /meta/recipes-devtools/diffstat/diffstat/aclocal.patch
parentaaa4b6e9b468fb2755d3cad8426927d107c3b974 (diff)
downloadast2050-yocto-poky-b353269498d505e949446b3c8a7d4a4dc0396f6f.zip
ast2050-yocto-poky-b353269498d505e949446b3c8a7d4a4dc0396f6f.tar.gz
diffstat: upgrade to 1.58
Adjusted aclocal.patch to apply correctly. (From OE-Core rev: f5bf674d0497a094682609b74da018e040f8d150) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/diffstat/diffstat/aclocal.patch')
-rw-r--r--meta/recipes-devtools/diffstat/diffstat/aclocal.patch11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-devtools/diffstat/diffstat/aclocal.patch b/meta/recipes-devtools/diffstat/diffstat/aclocal.patch
index 37e518f..ff18f1b 100644
--- a/meta/recipes-devtools/diffstat/diffstat/aclocal.patch
+++ b/meta/recipes-devtools/diffstat/diffstat/aclocal.patch
@@ -11,11 +11,11 @@ The original macro name (AC_ACVERSION) leads to this error:
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
-diff --git a/aclocal.m4 b/aclocal.m4
-index 144a074..fce6eba 100644
---- a/aclocal.m4
-+++ b/aclocal.m4
-@@ -13,15 +13,15 @@ dnl ------------------
+Index: diffstat-1.58/aclocal.m4
+===================================================================
+--- diffstat-1.58.orig/aclocal.m4 2013-10-29 01:43:23.000000000 +0200
++++ diffstat-1.58/aclocal.m4 2013-11-04 11:22:53.461562567 +0200
+@@ -13,16 +13,16 @@
dnl Conditionally generate script according to whether we're using a given autoconf.
dnl
dnl $1 = version to compare against
@@ -25,6 +25,7 @@ index 144a074..fce6eba 100644
+dnl $3 = code to use if AC_AUTOCONF_VERSION is older than $1.
define([CF_ACVERSION_CHECK],
[
+ ifdef([AC_ACVERSION], ,[m4_copy([m4_PACKAGE_VERSION],[AC_ACVERSION])])dnl
ifdef([m4_version_compare],
-[m4_if(m4_version_compare(m4_defn([AC_ACVERSION]), [$1]), -1, [$3], [$2])],
+[m4_if(m4_version_compare(m4_defn([AC_AUTOCONF_VERSION]), [$1]), -1, [$3], [$2])],
OpenPOWER on IntegriCloud