diff options
author | Matthew <matthew.zeng@windriver.com> | 2020-07-22 15:35:30 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-25 15:11:05 +0100 |
commit | 38519b6f4acef41d3d6d08e457f5b3cd880866c5 (patch) | |
tree | e235ef5cbd10d0079b082d2c9ae31fb13328264b /meta/recipes-extended | |
parent | bd7521568f9cec77202cd86e9fc29efe5c3db2d3 (diff) | |
download | poky-38519b6f4acef41d3d6d08e457f5b3cd880866c5.tar.gz |
ltp: remove --with-power-management-testsuite from EXTRA_OECONF
Commit [b74bbed51b0c0d44b70b136326a8a23cbc64db01 power_management:
compile testcases/kernel/power_management by default] from ltp upstream
removed --with-power-management-testsuite option, it's on by default.
(From OE-Core rev: 9be40ee62f9a29f76290171c6a2a417f28180771)
Signed-off-by: Mingde (Matthew) Zeng <matthew.zeng@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20200515.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20200515.bb b/meta/recipes-extended/ltp/ltp_20200515.bb index b283add12f..ece3acf0f9 100644 --- a/meta/recipes-extended/ltp/ltp_20200515.bb +++ b/meta/recipes-extended/ltp/ltp_20200515.bb | |||
@@ -50,7 +50,7 @@ export exec_prefix = "/opt/${PN}" | |||
50 | 50 | ||
51 | PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl," | 51 | PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl," |
52 | EXTRA_AUTORECONF += "-I ${S}/testcases/realtime/m4" | 52 | EXTRA_AUTORECONF += "-I ${S}/testcases/realtime/m4" |
53 | EXTRA_OECONF = " --with-power-management-testsuite --with-realtime-testsuite --with-open-posix-testsuite " | 53 | EXTRA_OECONF = " --with-realtime-testsuite --with-open-posix-testsuite " |
54 | # ltp network/rpc test cases ftbfs when libtirpc is found | 54 | # ltp network/rpc test cases ftbfs when libtirpc is found |
55 | EXTRA_OECONF += " --without-tirpc " | 55 | EXTRA_OECONF += " --without-tirpc " |
56 | 56 | ||