diff options
Diffstat (limited to 'meta/recipes-extended/ltp')
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20180118.bb | 2 |
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 8992f1b0f2..b3e2f533cb 100644 --- a/meta/recipes-extended/ltp/ltp_20180118.bb +++ b/meta/recipes-extended/ltp/ltp_20180118.bb | |||
@@ -59,7 +59,7 @@ export exec_prefix = "/opt/ltp" | |||
59 | 59 | ||
60 | PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl," | 60 | PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl," |
61 | EXTRA_AUTORECONF += "-I ${S}/testcases/realtime/m4" | 61 | EXTRA_AUTORECONF += "-I ${S}/testcases/realtime/m4" |
62 | EXTRA_OECONF = " --with-power-management-testsuite --with-realtime-testsuite " | 62 | EXTRA_OECONF = " --with-power-management-testsuite --with-realtime-testsuite --with-open-posix-testsuite " |
63 | # ltp network/rpc test cases ftbfs when libtirpc is found | 63 | # ltp network/rpc test cases ftbfs when libtirpc is found |
64 | EXTRA_OECONF += " --without-tirpc " | 64 | EXTRA_OECONF += " --without-tirpc " |
65 | 65 | ||