summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorsangeeta jain <sangeeta.jain@intel.com>2020-12-02 09:58:50 +0800
committerSteve Sakoman <steve@sakoman.com>2020-12-10 04:11:06 -1000
commite902026496ea026c4316d1a74265c633db9431b8 (patch)
tree28a23c9bb3cd9f7f7a0a13cb17f7cc74aeb48620 /meta/lib
parent411d481a1935f23099337f16a5799f8d5d22fc6f (diff)
downloadopenembedded-core-contrib-e902026496ea026c4316d1a74265c633db9431b8.tar.gz
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 <sangeeta.jain@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e995e67bc7a3d30adf9f8d0d2f4df92a941baeae) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/manual/oe-core.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/manual/oe-core.json b/meta/lib/oeqa/manual/oe-core.json
index fb47c5ec36..4ad524d89b 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": {