mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
22e6e7d5a8
oe-core will focus on perf as a better alternative moving forward. Existing users of oprofile are encouraged to move to perf, but for now can be unblocked with oprofile moved to meta-oe. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
370 B
Diff
13 lines
370 B
Diff
oprofile doesn't want GNU-levels of automake strictness so tell it to be "foreign".
|
|
|
|
Upstream-Status: Pending
|
|
Signed-off-by: Ross Burton <ross.burton@intel.com>
|
|
|
|
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])
|