]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa/sdk/context: fix for gtk3 test failure during do_testsdk
authorHarish Sadineni <Harish.Sadineni@windriver.com>
Thu, 23 Jan 2025 15:47:55 +0000 (07:47 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 1 Feb 2025 07:43:57 +0000 (07:43 +0000)
commit386e4132a9ced75599d92610cf5c0e8fe907c3b6
tree3572cf68e4189cc845f30fbb23532ff9d98d2327
parentd5f78816d2ad0f3e43ce883eef199d1683cfcbb4
oeqa/sdk/context: fix for gtk3 test failure during do_testsdk

The do_testsdk for lib32-core-image-sato aborts with below error:
configure: error: Package requirements (gtk+-3.0) were not met:
No package 'gtk+-3.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

This causes due to an absolute path name in 'sdk_env', which is now stripped to have only the environment name.

Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/lib/oeqa/sdk/context.py