summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2018-05-31 10:01:40 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-04 15:15:00 +0100
commitae11216d9ef51ecaf23873158ab4306c56a16c6e (patch)
treed284049e028da42bede8018c360f2db538733701 /meta/recipes-extended
parentc0e328683a1798b1eb6165fb1d87007ac94b4ca9 (diff)
downloadpoky-ae11216d9ef51ecaf23873158ab4306c56a16c6e.tar.gz
ltp: build open posix test suite
We ship the open posix test suite already but it isn't compiled. Let's build it and make it ready to use on the device. (From OE-Core rev: 79b22a2539b7dec762523ca544e27b9cce7ee81e) Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-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 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
60PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl," 60PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl,"
61EXTRA_AUTORECONF += "-I ${S}/testcases/realtime/m4" 61EXTRA_AUTORECONF += "-I ${S}/testcases/realtime/m4"
62EXTRA_OECONF = " --with-power-management-testsuite --with-realtime-testsuite " 62EXTRA_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
64EXTRA_OECONF += " --without-tirpc " 64EXTRA_OECONF += " --without-tirpc "
65 65