]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
selftest/virgl: use pkg-config from the host
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 12 Jan 2023 15:41:35 +0000 (16:41 +0100)
committerSteve Sakoman <steve@sakoman.com>
Fri, 20 Jan 2023 02:28:32 +0000 (16:28 -1000)
commitcfd9f549a0d5dd44f4c71bd077b5fd17d3683550
tree5236f40d8ee5ae3027b6f82d94ed165be969f916
parent1075cdeae6af392acddb8c975ac4facc91a5ccde
selftest/virgl: use pkg-config from the host

The check needs to report dri location on the host machine,
so pkg-config binary needs to be capable of finding the needed
dri.pc file on the host, and therefore needs to know where
host .pc files are located.

This may not be the case when using pkg-config from buildtools,
so this forces usage of host pkg-config.

runqemu already does the same PATH tweak, so this simply brings
the two in sync.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit f0521f8a3ba7e15482756529ee7b0a95b3d53e7d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/selftest/cases/runtime_test.py