[oe-commits] [openembedded-core] 13/68: ltp: build open posix test suite

git at git.openembedded.org git at git.openembedded.org
Mon Jul 2 10:46:35 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch sumo
in repository openembedded-core.

commit 65c044207fdc38f4b332278b120302f04366269e
Author: Fathi Boudra <fathi.boudra at linaro.org>
AuthorDate: Thu May 31 10:01:40 2018 +0300

    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 at linaro.org>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-extended/ltp/ltp_20180118.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/ltp/ltp_20180118.bb b/meta/recipes-extended/ltp/ltp_20180118.bb
index 14fb41b..8754fcd 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"
 
 PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl,"
 EXTRA_AUTORECONF += "-I ${S}/testcases/realtime/m4"
-EXTRA_OECONF = " --with-power-management-testsuite --with-realtime-testsuite "
+EXTRA_OECONF = " --with-power-management-testsuite --with-realtime-testsuite --with-open-posix-testsuite "
 # ltp network/rpc test cases ftbfs when libtirpc is found
 EXTRA_OECONF += " --without-tirpc "
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list