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:46:05 -0400 |
commit | 876a9da42acde2a72ad1e052df4f565d15160e54 (patch) | |
tree | 1c268ac2816bdf4542ee4d8c623982d54fbc0a41 | |
parent | b4ddfe955ea936429863d4c19e3e1dcd110e358b (diff) | |
download | meta-virtualization-876a9da42acde2a72ad1e052df4f565d15160e54.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}" \ |