diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2023-11-17 09:51:36 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-20 09:30:38 -0800 |
| commit | 3c20415c1a77336cfc23550ab89e424737fc0710 (patch) | |
| tree | 0ce125a42fe1d955fd899a6c768f4f142b8337b0 | |
| parent | c683aaf0caad60cc912986656f1e51d9e2ed4542 (diff) | |
| download | meta-openembedded-3c20415c1a77336cfc23550ab89e424737fc0710.tar.gz | |
android-tools: drop ${PE}, ${PR} from /usr/src/debug paths
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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 9278146702..1c66ea4997 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 | CFLAGS="-ffile-prefix-map=${S}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}" | 95 | CFLAGS="-ffile-prefix-map=${S}=${TARGET_DBGSRC_DIR}" |
| 96 | unset CPPFLAGS | 96 | unset CPPFLAGS |
| 97 | 97 | ||
| 98 | export SRCDIR=${S} | 98 | export SRCDIR=${S} |
