diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2023-11-16 23:48:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-20 15:30:52 +0000 |
commit | bdeaf30f8d86c99048965abd31532f955f13c7e9 (patch) | |
tree | 6748d9cff1e84808f1213f6eccd37ccc6556b44c /meta | |
parent | 649ec730763aba954ea2495a6fdcccea2075a89e (diff) | |
download | poky-bdeaf30f8d86c99048965abd31532f955f13c7e9.tar.gz |
go-cross-canadian.inc: drop PE, PR from /usr/src/debug paths
(From OE-Core rev: 0ad662f443dfc1850d818d96f9e223086ff99ef4)
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')
-rw-r--r-- | meta/recipes-devtools/go/go-cross-canadian.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/go/go-cross-canadian.inc b/meta/recipes-devtools/go/go-cross-canadian.inc index 45758f3361..8298fe31be 100644 --- a/meta/recipes-devtools/go/go-cross-canadian.inc +++ b/meta/recipes-devtools/go/go-cross-canadian.inc | |||
@@ -8,7 +8,7 @@ PN = "go-cross-canadian-${TRANSLATED_TARGET_ARCH}" | |||
8 | # it uses gcc on build machine during go-cross-canadian bootstrap, but | 8 | # it uses gcc on build machine during go-cross-canadian bootstrap, but |
9 | # the gcc version may be old and not support option '-fmacro-prefix-map' | 9 | # the gcc version may be old and not support option '-fmacro-prefix-map' |
10 | # which is one of default values of DEBUG_PREFIX_MAP | 10 | # which is one of default values of DEBUG_PREFIX_MAP |
11 | DEBUG_PREFIX_MAP = "-fdebug-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ | 11 | DEBUG_PREFIX_MAP = "-fdebug-prefix-map=${WORKDIR}=${TARGET_DBGSRC_DIR} \ |
12 | -fdebug-prefix-map=${STAGING_DIR_HOST}= \ | 12 | -fdebug-prefix-map=${STAGING_DIR_HOST}= \ |
13 | -fdebug-prefix-map=${STAGING_DIR_NATIVE}= \ | 13 | -fdebug-prefix-map=${STAGING_DIR_NATIVE}= \ |
14 | " | 14 | " |