mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
systemtap: fix build with automake 1.12
(From OE-Core rev: 0ab7b586de076ae96cfa91b4f97815ea0893ef7f) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
724f9ad8ce
commit
c4dde062bd
@@ -0,0 +1,23 @@
|
||||
Upstream-Status: Pending
|
||||
|
||||
Automake 1.12 has deprecated automatic de-ANSI-fication support
|
||||
|
||||
Fix this issue with automake 1.12:
|
||||
|
||||
| configure.ac:23: error: automatic de-ANSI-fication support has been removed
|
||||
|
||||
Signed-Off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
|
||||
2012/05/02
|
||||
|
||||
Index: git/configure.ac
|
||||
===================================================================
|
||||
--- git.orig/configure.ac
|
||||
+++ git/configure.ac
|
||||
@@ -20,7 +20,6 @@ AC_PROG_CXX
|
||||
AC_PROG_CPP
|
||||
AM_PROG_CC_STDC
|
||||
AM_PROG_CC_C_O
|
||||
-AM_C_PROTOTYPES
|
||||
AC_PROG_RANLIB
|
||||
AC_OBJEXT
|
||||
AC_EXEEXT
|
||||
@@ -6,7 +6,7 @@ DEPENDS = "elfutils sqlite3 systemtap-native"
|
||||
DEPENDS_virtclass-native = "elfutils-native sqlite3-native gettext-native"
|
||||
DEPENDS_virtclass-nativesdk = "elfutils-nativesdk sqlite3-nativesdk gettext-nativesdk"
|
||||
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
export CC_FOR_BUILD = "${BUILD_CC}"
|
||||
export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}"
|
||||
|
||||
@@ -6,6 +6,7 @@ PV = "1.7+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \
|
||||
file://docproc-build-fix.patch \
|
||||
file://systemtap_fix_for_automake_1.12.patch \
|
||||
"
|
||||
|
||||
FILESPATH = "${FILE_DIRNAME}/systemtap"
|
||||
|
||||
Reference in New Issue
Block a user