From 876a9da42acde2a72ad1e052df4f565d15160e54 Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Tue, 16 May 2023 20:33:31 -0700 Subject: xtf: Supply DEBUG_PREFIX_MAP to the compiler flags Fixes the QA warnings about package contains reference to TMPDIR. Signed-off-by: Christopher Clark Signed-off-by: Bruce Ashfield --- recipes-extended/xen/xtf_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} = " \ " do_compile() { - oe_runmake CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}" \ + oe_runmake CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS} ${DEBUG_PREFIX_MAP}" \ CPP="${CPP}" \ LD="${LD}" \ OBJCOPY="${OBJCOPY}" \ -- cgit v1.2.3-54-g00ecf