From a08bf9a13673dd6eafc87062f078d3f9fd6c9a60 Mon Sep 17 00:00:00 2001 From: Randy Witt Date: Mon, 29 Sep 2014 10:08:47 -0700 Subject: ltp: Add additional m4 path to autoconf. The ltp code has some m4 macros that are deeper than the default depth that the directory depth the autotools.bbclass checks. This causes some macros to not be found and for supported features to not be enabled. This patch adds the extra m4 path to the autoconf arguments. (From OE-Core rev: 4d8fa4b7a02d1d53f75943607df7e8126e6dbeb8) Signed-off-by: Randy Witt Signed-off-by: Richard Purdie --- meta/recipes-extended/ltp/ltp_20140422.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended/ltp') diff --git a/meta/recipes-extended/ltp/ltp_20140422.bb b/meta/recipes-extended/ltp/ltp_20140422.bb index a8a2e50b13..bb89d85616 100644 --- a/meta/recipes-extended/ltp/ltp_20140422.bb +++ b/meta/recipes-extended/ltp/ltp_20140422.bb @@ -40,6 +40,7 @@ export prefix = "/opt/ltp" export exec_prefix = "/opt/ltp" PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl," +EXTRA_AUTORECONF += "-I ${S}/testcases/realtime/m4" EXTRA_OECONF = " --with-power-management-testsuite --with-realtime-testsuite " # ltp doesn't regenerate ffsb-6.0-rc2 configure and hardcode configure call. -- cgit v1.2.3-54-g00ecf