From 22e6e7d5a8dd94de2986a9ce7c33e403b5ddb08d Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 12 Oct 2017 19:05:33 -0400 Subject: oprofile: move from oe-core, as it's being deprecated there 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 Signed-off-by: Martin Jansa --- .../recipes-kernel/oprofile/oprofile/automake-foreign.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-oe/recipes-kernel/oprofile/oprofile/automake-foreign.patch (limited to 'meta-oe/recipes-kernel/oprofile/oprofile/automake-foreign.patch') diff --git a/meta-oe/recipes-kernel/oprofile/oprofile/automake-foreign.patch b/meta-oe/recipes-kernel/oprofile/oprofile/automake-foreign.patch new file mode 100644 index 0000000000..b9bb6c5779 --- /dev/null +++ b/meta-oe/recipes-kernel/oprofile/oprofile/automake-foreign.patch @@ -0,0 +1,12 @@ +oprofile doesn't want GNU-levels of automake strictness so tell it to be "foreign". + +Upstream-Status: Pending +Signed-off-by: Ross Burton + +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]) -- cgit 1.2.3-korg