diff options
| author | Christopher Clark <christopher.w.clark@gmail.com> | 2023-05-16 20:33:31 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-05-17 11:52:29 -0400 |
| commit | 1e338cbfd80dc34f90f13f92fba2e810f6858ed6 (patch) | |
| tree | fcde131055f5115e80887c246a9496e0b393fbbd | |
| parent | b0a65f352a31e97ebd14f07b3002d3b6966a6ed0 (diff) | |
| download | meta-virtualization-1e338cbfd80dc34f90f13f92fba2e810f6858ed6.tar.gz | |
xtf: Supply DEBUG_PREFIX_MAP to the compiler flags
Fixes the QA warnings about package contains reference to TMPDIR.
Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-extended/xen/xtf_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xtf_git.bb b/recipes-extended/xen/xtf_git.bb index 537abc39..59f1cad2 100644 --- a/recipes-extended/xen/xtf_git.bb +++ b/recipes-extended/xen/xtf_git.bb | |||
| @@ -30,7 +30,7 @@ RDEPENDS:${PN} = " \ | |||
| 30 | " | 30 | " |
| 31 | 31 | ||
| 32 | do_compile() { | 32 | do_compile() { |
| 33 | oe_runmake CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}" \ | 33 | oe_runmake CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS} ${DEBUG_PREFIX_MAP}" \ |
| 34 | CPP="${CPP}" \ | 34 | CPP="${CPP}" \ |
| 35 | LD="${LD}" \ | 35 | LD="${LD}" \ |
| 36 | OBJCOPY="${OBJCOPY}" \ | 36 | OBJCOPY="${OBJCOPY}" \ |
