summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mini-x-session
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-13 23:07:16 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-15 13:39:25 +0000
commit49c12484ebb80d72cc84aaba8dc3fc9f2954b4db (patch)
tree281d7a9031d60698c9f16f8d7f2ea3a0e213d50c /meta/recipes-graphics/mini-x-session
parent09c7fc6e5341bfadb0f6037e7294aee2454eedef (diff)
downloadpoky-49c12484ebb80d72cc84aaba8dc3fc9f2954b4db.tar.gz
vulkan-samples: Fix reproducibility issue
There is code to remove the prefix CMAKE_SOURCE_DIR from __FILENAME__ paths used for logging with LOGE() in the code. We need to make this match the value we use in the debug source remapping from CFLAGS. If we don't, the code is firstly removing the incorrect prefix and possibly moving outside the string, secondly, it causes a reproducibility issue depending on the length of path the build happens in. Add a small patch and configuration to avoid the issue. (From OE-Core rev: 410dbfd1f82b4862ced6fca88789edf0fd9d65df) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mini-x-session')
0 files changed, 0 insertions, 0 deletions