summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap/systemtap/systemtap_fix_for_automake_1.12.patch
diff options
context:
space:
mode:
authorWade Farnsworth <wade_farnsworth@mentor.com>2012-06-21 13:06:35 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-28 16:26:43 +0100
commitb8c9a593b59f0d8e8ae99a334f56c7c5fd74fc1d (patch)
treeb239a7d453158fee6ed169e9526fe268064a1570 /meta/recipes-kernel/systemtap/systemtap/systemtap_fix_for_automake_1.12.patch
parentd7be5def1c15f2b4de0b480cec8a0245ba89add5 (diff)
downloadpoky-b8c9a593b59f0d8e8ae99a334f56c7c5fd74fc1d.tar.gz
systemtap: update to version 1.8
Update the systemtap recipes to the recently released 1.8. Remove a couple patches whose changes are already present in the new version. (From OE-Core rev: 1c5a127d075ebf78b70d14e3ca1d0ff640a80cb8) Signed-off-by: Wade Farnsworth <wade_farnsworth@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap/systemtap/systemtap_fix_for_automake_1.12.patch')
-rw-r--r--meta/recipes-kernel/systemtap/systemtap/systemtap_fix_for_automake_1.12.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap/systemtap_fix_for_automake_1.12.patch b/meta/recipes-kernel/systemtap/systemtap/systemtap_fix_for_automake_1.12.patch
deleted file mode 100644
index ef74a09587..0000000000
--- a/meta/recipes-kernel/systemtap/systemtap/systemtap_fix_for_automake_1.12.patch
+++ /dev/null
@@ -1,23 +0,0 @@
1Upstream-Status: Pending
2
3Automake 1.12 has deprecated automatic de-ANSI-fication support
4
5Fix this issue with automake 1.12:
6
7| configure.ac:23: error: automatic de-ANSI-fication support has been removed
8
9Signed-Off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
102012/05/02
11
12Index: git/configure.ac
13===================================================================
14--- git.orig/configure.ac
15+++ git/configure.ac
16@@ -20,7 +20,6 @@ AC_PROG_CXX
17 AC_PROG_CPP
18 AM_PROG_CC_STDC
19 AM_PROG_CC_C_O
20-AM_C_PROTOTYPES
21 AC_PROG_RANLIB
22 AC_OBJEXT
23 AC_EXEEXT