From: sangeeta jain Date: Wed, 2 Dec 2020 01:58:50 +0000 (+0800) Subject: meta/lib/oeqa/manual/oe-core.json: Update test_bitbake_devshell X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~9454 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e995e67bc7a3d30adf9f8d0d2f4df92a941baeae;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git meta/lib/oeqa/manual/oe-core.json: Update test_bitbake_devshell Update command used for cross compilation to include ${CONFIGUREOPTS} to ensure right arguments are passed for cross compiling on any host. Signed-off-by: sangeeta jain Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/manual/oe-core.json b/meta/lib/oeqa/manual/oe-core.json index fb47c5ec360..4ad524d89b3 100644 --- a/meta/lib/oeqa/manual/oe-core.json +++ b/meta/lib/oeqa/manual/oe-core.json @@ -80,7 +80,7 @@ "expected_results": "" }, "7": { - "action": "Run command:./configure && make ", + "action": "Run command:./configure ${CONFIGUREOPTS} && make ", "expected_results": "Verify that \"matchbox-desktop\" binary file was created successfully under \"src/\" directory " }, "8": {