diff options
author | Christian Hohnstaedt <christian@hohnstaedt.de> | 2023-07-24 07:37:37 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-07-24 22:57:10 -0700 |
commit | 3baecf3983de14e9179310ab1d89ab9e52179bbd (patch) | |
tree | 5588f6285c5daf7c0c9c110d79b01da7d60f8c6b /meta-oe/recipes-devtools | |
parent | 73eda616eff7549c43d215e01ad9d662c3978d17 (diff) | |
download | meta-openembedded-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.bb | 2 |
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 abd140c7b..927814670 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() { | |||
92 | 92 | ||
93 | # Setting both variables below causing our makefiles to not work with | 93 | # Setting both variables below causing our makefiles to not work with |
94 | # implicit make rules | 94 | # implicit make rules |
95 | unset CFLAGS | 95 | CFLAGS="-ffile-prefix-map=${S}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}" |
96 | unset CPPFLAGS | 96 | unset CPPFLAGS |
97 | 97 | ||
98 | export SRCDIR=${S} | 98 | export SRCDIR=${S} |