mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9406b1fd2f
commit
68d1ee3182
@@ -20,6 +20,7 @@ FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a"
|
|||||||
|
|
||||||
SRC_URI = "file://opstart.patch \
|
SRC_URI = "file://opstart.patch \
|
||||||
file://acinclude.m4 \
|
file://acinclude.m4 \
|
||||||
|
file://automake-foreign.patch \
|
||||||
file://oprofile-cross-compile-tests.patch \
|
file://oprofile-cross-compile-tests.patch \
|
||||||
file://run-ptest \
|
file://run-ptest \
|
||||||
file://root-home-dir.patch"
|
file://root-home-dir.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])
|
||||||
Reference in New Issue
Block a user