diff options
author | Ross Burton <ross.burton@intel.com> | 2014-07-15 17:18:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-16 10:31:17 +0100 |
commit | 68d1ee3182ca0d8b550f92e2f5bed0150b9d1328 (patch) | |
tree | 37b8755e63a7a8d16c9e6e9bec398be0fa6a6d13 /meta | |
parent | 9406b1fd2fe885e8284e9a4d924105d3db702cfe (diff) | |
download | poky-68d1ee3182ca0d8b550f92e2f5bed0150b9d1328.tar.gz |
oprofile: use "foreign" automake strictness
oprofile doesn't want GNU-levels of automake strictness so tell it to be
"foreign".
(From OE-Core rev: 01943188f85ce6411717fb5bf702d609f55813f2)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofile.inc | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofile/automake-foreign.patch | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile.inc b/meta/recipes-kernel/oprofile/oprofile.inc index 76d0b6cbe5..69582039e8 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" | |||
20 | 20 | ||
21 | SRC_URI = "file://opstart.patch \ | 21 | SRC_URI = "file://opstart.patch \ |
22 | file://acinclude.m4 \ | 22 | file://acinclude.m4 \ |
23 | file://automake-foreign.patch \ | ||
23 | file://oprofile-cross-compile-tests.patch \ | 24 | file://oprofile-cross-compile-tests.patch \ |
24 | file://run-ptest \ | 25 | file://run-ptest \ |
25 | file://root-home-dir.patch" | 26 | 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 0000000000..e82a381139 --- /dev/null +++ b/meta/recipes-kernel/oprofile/oprofile/automake-foreign.patch | |||
@@ -0,0 +1,7 @@ | |||
1 | diff --git a/configure.ac b/configure.ac | ||
2 | index 5740585..cf6c316 100644 | ||
3 | --- a/configure.ac | ||
4 | +++ b/configure.ac | ||
5 | @@ -16 +16 @@ AC_CONFIG_SRCDIR([libop/op_config.h]) | ||
6 | -AM_INIT_AUTOMAKE | ||
7 | +AM_INIT_AUTOMAKE([foreign]) | ||