mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
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>
This commit is contained in:
@@ -92,7 +92,7 @@ do_compile() {
|
||||
|
||||
# Setting both variables below causing our makefiles to not work with
|
||||
# implicit make rules
|
||||
CFLAGS="-ffile-prefix-map=${S}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}"
|
||||
CFLAGS="-ffile-prefix-map=${S}=${TARGET_DBGSRC_DIR}"
|
||||
unset CPPFLAGS
|
||||
|
||||
export SRCDIR=${S}
|
||||
|
||||
Reference in New Issue
Block a user