mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
b4ddfe955e
commit
876a9da42a
|
@ -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}" \
|
||||
|
|
Loading…
Reference in New Issue
Block a user