On Thu, 2023-03-23 at 11:59 +0000, Marko, Peter wrote:
> Would this be more acceptable change?
>
> - cp -p ${S}/../$sde_file ${SDE_DEPLOYDIR}
> - cp -p ${S}/../$sde_file ${SDE_FILE}
> + cp -p $(dirname ${S})/$sde_file ${SDE_DEPLOYDIR}
> + cp -p $(dirname ${S})/$sde_file ${SDE_FILE}
Yes, that makes it clearer what was going on.
We did have a different bug in this area which I thought this was
perhaps related to but it does sound like a different issue.
Cheers,
Richard
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#178981):
https://lists.openembedded.org/g/openembedded-core/message/178981
Mute This Topic: https://lists.openembedded.org/mt/97798316/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-