summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20140422.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20140422.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20140422.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20140422.bb b/meta/recipes-extended/ltp/ltp_20140422.bb
index f521d40ecf..a8a2e50b13 100644
--- a/meta/recipes-extended/ltp/ltp_20140422.bb
+++ b/meta/recipes-extended/ltp/ltp_20140422.bb
@@ -27,6 +27,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
27 file://ltp-Do-not-link-against-libfl.patch \ 27 file://ltp-Do-not-link-against-libfl.patch \
28 file://automake-foreign.patch \ 28 file://automake-foreign.patch \
29 file://make-setregid02-work.patch \ 29 file://make-setregid02-work.patch \
30 file://add-knob-for-numa.patch \
30" 31"
31 32
32S = "${WORKDIR}/git" 33S = "${WORKDIR}/git"
@@ -38,6 +39,7 @@ TARGET_CC_ARCH += "${LDFLAGS}"
38export prefix = "/opt/ltp" 39export prefix = "/opt/ltp"
39export exec_prefix = "/opt/ltp" 40export exec_prefix = "/opt/ltp"
40 41
42PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl,"
41EXTRA_OECONF = " --with-power-management-testsuite --with-realtime-testsuite " 43EXTRA_OECONF = " --with-power-management-testsuite --with-realtime-testsuite "
42 44
43# ltp doesn't regenerate ffsb-6.0-rc2 configure and hardcode configure call. 45# ltp doesn't regenerate ffsb-6.0-rc2 configure and hardcode configure call.