From 01943188f85ce6411717fb5bf702d609f55813f2 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 15 Jul 2014 17:18:35 +0100 Subject: 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 --- meta/recipes-kernel/oprofile/oprofile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-kernel/oprofile/oprofile.inc') 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" 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" -- cgit 1.2.3-korg