mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
perfetto: Fix contains reference to TMPDIR [buildpaths] warning
WARNING:perfetto-31.0-r0 do_package_qa: QA Issue: File /usr/bin/.debug/tracebox in package perfetto-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
09ebd00ca9
commit
cede104355
|
|
@ -96,8 +96,8 @@ do_configure () {
|
|||
|
||||
ARGS=$ARGS" target_os=\"linux\""
|
||||
ARGS=$ARGS" target_cpu=\"$arch\""
|
||||
ARGS=$ARGS" target_cc=\"$CC_BIN ${TUNE_CCARGS}\""
|
||||
ARGS=$ARGS" target_cxx=\"$CXX_BIN -std=c++11 ${TUNE_CCARGS}\""
|
||||
ARGS=$ARGS" target_cc=\"$CC_BIN ${TUNE_CCARGS} ${DEBUG_PREFIX_MAP}\""
|
||||
ARGS=$ARGS" target_cxx=\"$CXX_BIN -std=c++11 ${TUNE_CCARGS} ${DEBUG_PREFIX_MAP}\""
|
||||
ARGS=$ARGS" target_strip=\"$STRIP_BIN\"" #
|
||||
ARGS=$ARGS" target_sysroot=\"${RECIPE_SYSROOT}\""
|
||||
ARGS=$ARGS" target_linker=\"$CC_BIN ${TUNE_CCARGS} ${LDFLAGS}\""
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user