From 3a335af7da5a94249d2f0d49d89cf0c8f180776e Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 11 Feb 2013 06:01:36 +0200 Subject: 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 Signed-off-by: Saul Wold --- meta/recipes-kernel/systemtap/systemtap_git.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-kernel/systemtap/systemtap_git.inc') 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" -- cgit 1.2.3-korg