diff options
author | Randy Witt <randy.e.witt@linux.intel.com> | 2014-09-29 10:08:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-30 14:31:55 +0100 |
commit | a08bf9a13673dd6eafc87062f078d3f9fd6c9a60 (patch) | |
tree | 9a00a444b19a9183912986a5552b8707d30e73d8 /meta | |
parent | 4572e4cdc7b39ddde6f98c06600fc728660e0986 (diff) | |
download | poky-a08bf9a13673dd6eafc87062f078d3f9fd6c9a60.tar.gz |
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 <randy.e.witt@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20140422.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
40 | export exec_prefix = "/opt/ltp" | 40 | export exec_prefix = "/opt/ltp" |
41 | 41 | ||
42 | PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl," | 42 | PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl," |
43 | EXTRA_AUTORECONF += "-I ${S}/testcases/realtime/m4" | ||
43 | EXTRA_OECONF = " --with-power-management-testsuite --with-realtime-testsuite " | 44 | EXTRA_OECONF = " --with-power-management-testsuite --with-realtime-testsuite " |
44 | 45 | ||
45 | # ltp doesn't regenerate ffsb-6.0-rc2 configure and hardcode configure call. | 46 | # ltp doesn't regenerate ffsb-6.0-rc2 configure and hardcode configure call. |