aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorChristian Hohnstaedt <christian@hohnstaedt.de>2023-07-24 07:37:37 +0200
committerKhem Raj <raj.khem@gmail.com>2023-07-24 22:57:10 -0700
commit3baecf3983de14e9179310ab1d89ab9e52179bbd (patch)
tree5588f6285c5daf7c0c9c110d79b01da7d60f8c6b /meta-oe/recipes-devtools
parent73eda616eff7549c43d215e01ad9d662c3978d17 (diff)
downloadmeta-openembedded-contrib-3baecf3983de14e9179310ab1d89ab9e52179bbd.tar.gz
android-tools: fix QA warning about buildpaths
Replace all filenames in the object with "--file-prefix-map" which is lost when resetting CFLAGS. Signed-off-by: Christian Hohnstaedt <christian@hohnstaedt.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
index abd140c7b8..9278146702 100644
--- a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
+++ b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
@@ -92,7 +92,7 @@ do_compile() {
# Setting both variables below causing our makefiles to not work with
# implicit make rules
- unset CFLAGS
+ CFLAGS="-ffile-prefix-map=${S}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}"
unset CPPFLAGS
export SRCDIR=${S}