diff options
| author | alperak <alperyasinak1@gmail.com> | 2024-08-08 14:20:45 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:26 -0700 |
| commit | cede104355cef49d8c2dd3bb5732377de9575817 (patch) | |
| tree | 4c596617963147c702f51677a6a921b90f248f67 | |
| parent | 09ebd00ca9591b0b525f6c5e3db4b0bad8af5cd6 (diff) | |
| download | meta-openembedded-cede104355cef49d8c2dd3bb5732377de9575817.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-devtools/perfetto/perfetto.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/perfetto/perfetto.bb b/meta-oe/recipes-devtools/perfetto/perfetto.bb index 7e9408b0b2..884e0a024b 100644 --- a/meta-oe/recipes-devtools/perfetto/perfetto.bb +++ b/meta-oe/recipes-devtools/perfetto/perfetto.bb | |||
| @@ -96,8 +96,8 @@ do_configure () { | |||
| 96 | 96 | ||
| 97 | ARGS=$ARGS" target_os=\"linux\"" | 97 | ARGS=$ARGS" target_os=\"linux\"" |
| 98 | ARGS=$ARGS" target_cpu=\"$arch\"" | 98 | ARGS=$ARGS" target_cpu=\"$arch\"" |
| 99 | ARGS=$ARGS" target_cc=\"$CC_BIN ${TUNE_CCARGS}\"" | 99 | ARGS=$ARGS" target_cc=\"$CC_BIN ${TUNE_CCARGS} ${DEBUG_PREFIX_MAP}\"" |
| 100 | ARGS=$ARGS" target_cxx=\"$CXX_BIN -std=c++11 ${TUNE_CCARGS}\"" | 100 | ARGS=$ARGS" target_cxx=\"$CXX_BIN -std=c++11 ${TUNE_CCARGS} ${DEBUG_PREFIX_MAP}\"" |
| 101 | ARGS=$ARGS" target_strip=\"$STRIP_BIN\"" # | 101 | ARGS=$ARGS" target_strip=\"$STRIP_BIN\"" # |
| 102 | ARGS=$ARGS" target_sysroot=\"${RECIPE_SYSROOT}\"" | 102 | ARGS=$ARGS" target_sysroot=\"${RECIPE_SYSROOT}\"" |
| 103 | ARGS=$ARGS" target_linker=\"$CC_BIN ${TUNE_CCARGS} ${LDFLAGS}\"" | 103 | ARGS=$ARGS" target_linker=\"$CC_BIN ${TUNE_CCARGS} ${LDFLAGS}\"" |
