On 9/2/20 8:27 PM, Bruce Ashfield wrote:
On Wed, Sep 2, 2020 at 8:14 AM Bruce Ashfield via
lists.openembedded.org
wrote:
On Tue, Sep 1, 2020 at 11:20 PM Xu, Yanfei wrote:
From: Yanfei Xu
We just want to remove the first '-I' in $d, hence removing the
'g' of sed avoid changing the real p
On Wed, Sep 2, 2020 at 8:14 AM Bruce Ashfield via
lists.openembedded.org
wrote:
>
> On Tue, Sep 1, 2020 at 11:20 PM Xu, Yanfei wrote:
> >
> > From: Yanfei Xu
> >
> > We just want to remove the first '-I' in $d, hence removing the
> > 'g' of sed avoid changing the real path which is include '-I'
On Tue, Sep 1, 2020 at 11:20 PM Xu, Yanfei wrote:
>
> From: Yanfei Xu
>
> We just want to remove the first '-I' in $d, hence removing the
> 'g' of sed avoid changing the real path which is include '-I'
>
The g was intentional. Is it actually causing a bug ? if not, I see no
reason to change it.
From: Yanfei Xu
We just want to remove the first '-I' in $d, hence removing the
'g' of sed avoid changing the real path which is include '-I'
Signed-off-by: Yanfei Xu
---
meta/classes/kernel-yocto.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/kernel-y