All these depend on TARGET_DBGSRC_DIR variable added in pending oe-core change: https://lists.openembedded.org/g/openembedded-core/message/190815
On Fri, Nov 17, 2023 at 9:51 AM Martin Jansa <martin.ja...@gmail.com> wrote: > Signed-off-by: Martin Jansa <martin.ja...@gmail.com> > --- > .../recipes-devtools/android-tools/android-tools_5.1.1.r37.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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() { > > # 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} > -- > 2.42.1 > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#106858): https://lists.openembedded.org/g/openembedded-devel/message/106858 Mute This Topic: https://lists.openembedded.org/mt/102644158/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-