[oe-commits] Randy Witt : ltp: Add additional m4 path to autoconf.

git at git.openembedded.org git at git.openembedded.org
Tue Sep 30 13:32:10 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 4d8fa4b7a02d1d53f75943607df7e8126e6dbeb8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4d8fa4b7a02d1d53f75943607df7e8126e6dbeb8

Author: Randy Witt <randy.e.witt at linux.intel.com>
Date:   Mon Sep 29 10:08:47 2014 -0700

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.

Signed-off-by: Randy Witt <randy.e.witt at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/ltp/ltp_20140422.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/ltp/ltp_20140422.bb b/meta/recipes-extended/ltp/ltp_20140422.bb
index a8a2e50..bb89d85 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.



More information about the Openembedded-commits mailing list