summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile/oprofile/automake-foreign.patch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-07-15 17:18:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-16 10:27:16 +0100
commit01943188f85ce6411717fb5bf702d609f55813f2 (patch)
tree3d9193ad156221f0803ec9f716602aa15bd3e0fb /meta/recipes-kernel/oprofile/oprofile/automake-foreign.patch
parent60da074fea280d8190e7439361712dcc86177f12 (diff)
downloadopenembedded-core-01943188f85ce6411717fb5bf702d609f55813f2.tar.gz
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 <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofile/automake-foreign.patch')
-rw-r--r--meta/recipes-kernel/oprofile/oprofile/automake-foreign.patch7
1 files changed, 7 insertions, 0 deletions
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 0000000000..e82a381139
--- /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])