aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap/systemtap_git.inc
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-02-11 06:01:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-12 13:22:13 +0000
commit3a335af7da5a94249d2f0d49d89cf0c8f180776e (patch)
tree241e1c8a4770a094ee1b3d19aa50b751c77d99db /meta/recipes-kernel/systemtap/systemtap_git.inc
parent46a4a696eec4d92beac1072fe6c64da1089c7cf8 (diff)
downloadopenembedded-core-3a335af7da5a94249d2f0d49d89cf0c8f180776e.tar.gz
systemtap: replace obsolete automake macros with working ones
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Removed AM_PROG_CC_STDC. AC_PROG_CC to replace it was already present. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/systemtap/systemtap_git.inc')
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index 3e7bc7bfc2..6c67d34cb1 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -6,6 +6,7 @@ PV = "1.8+git${SRCPV}"
SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=git \
file://docproc-build-fix.patch \
+ file://obsolete_automake_macros.patch \
"
FILESPATH = "${FILE_DIRNAME}/systemtap"