diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2023-11-16 23:48:33 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-20 15:30:53 +0000 |
| commit | 5d32c24baa2069dd57ed213509def8896b44e4de (patch) | |
| tree | 7cd2e189963aed0e1b79a15447a77de55984acb2 /meta/recipes-graphics/vulkan/vulkan-samples_git.bb | |
| parent | d7a8a51cf569192d33e753d0e5375ef8152b8986 (diff) | |
| download | poky-5d32c24baa2069dd57ed213509def8896b44e4de.tar.gz | |
vulkan-samples: drop PE, PR from /usr/src/debug paths
(From OE-Core rev: 23c40b46af0ede566b854fdeaeae9675c2f48549)
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/vulkan/vulkan-samples_git.bb')
| -rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-samples_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb index 66f1ef5e9d..d60c0f3190 100644 --- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb | |||
| @@ -29,7 +29,7 @@ FILES:${PN} += "${datadir}" | |||
| 29 | # used for logging with LOGE in the code. We need to make this match the value we use | 29 | # used for logging with LOGE in the code. We need to make this match the value we use |
| 30 | # in the debug source remapping from CFLAGS | 30 | # in the debug source remapping from CFLAGS |
| 31 | # | 31 | # |
| 32 | EXTRA_OECMAKE += "-DCMAKE_DEBUG_SRCDIR=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/" | 32 | EXTRA_OECMAKE += "-DCMAKE_DEBUG_SRCDIR=${TARGET_DBGSRC_DIR}/" |
| 33 | # Binaries built with PCH enabled don't appear reproducible, differing results were seen | 33 | # Binaries built with PCH enabled don't appear reproducible, differing results were seen |
| 34 | # from some builds depending on the point the PCH was compiled. Disable it to be | 34 | # from some builds depending on the point the PCH was compiled. Disable it to be |
| 35 | # deterministic | 35 | # deterministic |
