summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2023-05-16 20:33:31 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-05-17 11:46:05 -0400
commit876a9da42acde2a72ad1e052df4f565d15160e54 (patch)
tree1c268ac2816bdf4542ee4d8c623982d54fbc0a41
parentb4ddfe955ea936429863d4c19e3e1dcd110e358b (diff)
downloadmeta-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.bb2
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
32do_compile() { 32do_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}" \