From: Ross Burton Date: Tue, 15 Jul 2014 16:18:35 +0000 (+0100) Subject: oprofile: use "foreign" automake strictness X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01943188f85ce6411717fb5bf702d609f55813f2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git oprofile: use "foreign" automake strictness oprofile doesn't want GNU-levels of automake strictness so tell it to be "foreign". Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/oprofile/oprofile.inc b/meta/recipes-kernel/oprofile/oprofile.inc index 76d0b6cbe52..69582039e86 100644 --- a/meta/recipes-kernel/oprofile/oprofile.inc +++ b/meta/recipes-kernel/oprofile/oprofile.inc @@ -20,6 +20,7 @@ FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a" SRC_URI = "file://opstart.patch \ file://acinclude.m4 \ + file://automake-foreign.patch \ file://oprofile-cross-compile-tests.patch \ file://run-ptest \ file://root-home-dir.patch" diff --git a/meta/recipes-kernel/oprofile/oprofile/automake-foreign.patch b/meta/recipes-kernel/oprofile/oprofile/automake-foreign.patch new file mode 100644 index 00000000000..e82a3811399 --- /dev/null +++ b/meta/recipes-kernel/oprofile/oprofile/automake-foreign.patch @@ -0,0 +1,7 @@ +diff --git a/configure.ac b/configure.ac +index 5740585..cf6c316 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -16 +16 @@ AC_CONFIG_SRCDIR([libop/op_config.h]) +-AM_INIT_AUTOMAKE ++AM_INIT_AUTOMAKE([foreign])