summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/ltp/ltp_20180118.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20180118.bb b/meta/recipes-extended/ltp/ltp_20180118.bb
index 14fb41b3bd..8754fcd9f8 100644
--- a/meta/recipes-extended/ltp/ltp_20180118.bb
+++ b/meta/recipes-extended/ltp/ltp_20180118.bb
@@ -58,7 +58,7 @@ export exec_prefix = "/opt/ltp"
58 58
59PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl," 59PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl,"
60EXTRA_AUTORECONF += "-I ${S}/testcases/realtime/m4" 60EXTRA_AUTORECONF += "-I ${S}/testcases/realtime/m4"
61EXTRA_OECONF = " --with-power-management-testsuite --with-realtime-testsuite " 61EXTRA_OECONF = " --with-power-management-testsuite --with-realtime-testsuite --with-open-posix-testsuite "
62# ltp network/rpc test cases ftbfs when libtirpc is found 62# ltp network/rpc test cases ftbfs when libtirpc is found
63EXTRA_OECONF += " --without-tirpc " 63EXTRA_OECONF += " --without-tirpc "
64 64