I have sent out the alternative implementation. Thanks for your hints. Peter
> -----Original Message----- > From: Richard Purdie <[email protected]> > Sent: Thursday, March 23, 2023 13:03 > To: Marko, Peter (ADV D EU SK BFS1) <[email protected]> > Cc: [email protected] > Subject: Re: [OE-core][master][langdale][kirkstone][PATCH] gcc-shared-source: > ensure that S exists in do_deploy_source_date_epoch > > 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 (#178983): https://lists.openembedded.org/g/openembedded-core/message/178983 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]] -=-=-=-=-=-=-=-=-=-=-=-
