diff options
author | Ola x Nilsson <olani@axis.com> | 2024-11-13 15:45:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-14 11:56:53 +0000 |
commit | a540cf556cc9b16b7e7c229766b7082c780a1c83 (patch) | |
tree | 87272abe369ba57a3cedcb3bd7daf0d6bda33a73 /documentation/set_versions.py | |
parent | 049928e0f12aff9492b6894f1467c97c906dbd3b (diff) | |
download | poky-a540cf556cc9b16b7e7c229766b7082c780a1c83.tar.gz |
attr: Fix the ptest path to test-driver
Add a sed substitution for ${PTEST_PATH}/Makefile that transforms
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
to
TEST_LOG_DRIVER = $(SHELL) $(top_builddir)/build-aux/test-driver
which is where the test-driver script can be found when installed.
There used to be an oe-core automake patch to do this, but it
broke non-ptest use of automake.
Relates to [YOCTO #15635]
(From OE-Core rev: 289db96b441e01c4ba1bbcd76fcf52b3258f2613)
Signed-off-by: Ola x Nilsson <olani@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/set_versions.py')
0 files changed, 0 insertions, 0 deletions