]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
skeleton/service: Ensure debug path handling works as intended
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Aug 2022 09:30:25 +0000 (10:30 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Aug 2022 18:57:28 +0000 (19:57 +0100)
commit299abc1d69db13924f02d922139051126f19b306
treeb65a20439109dbc7efd15704e7e0e9fca71055af
parent7d191fc547a817f453496f2f48901ff384e34875
skeleton/service: Ensure debug path handling works as intended

DEBUG_PREFIX_MAP uses ${S} but that wasn't set correctly for this
recipe meaning cwd during the build (WORKDIR) was encoded into the
binary leading to buildpath warnings in debug symbols. Set S correctly
to avoid this issue.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-skeleton/recipes-skeleton/service/service_0.1.bb