Re: [OE-core] [PATCH] sanity: check variable GO_IMPORT

2025-02-26 Thread Christos Gavros via lists.openembedded.org
hi I will make the changes, test it and submit v2 next days! -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#211950): https://lists.openembedded.org/g/openembedded-core/message/211950 Mute This Topic: https://lists.openembedded.org/mt/111381998/216

Re: [OE-core] [PATCH] sanity: check variable GO_IMPORT

2025-02-25 Thread Richard Purdie via lists.openembedded.org
On Tue, 2025-02-25 at 15:33 -0500, Randy MacLeod via lists.openembedded.org wrote: >  On 2025-02-25 1:09 p.m., Christos Gavros wrote: >  Check if the variable GO_IMPORT is > > assigned with a value. If not generate an error. > > Fixes [YOCTO #15763] > > > > CC: Yoann Congal > > CC: Randy MacLeod

Re: [OE-core] [PATCH] sanity: check variable GO_IMPORT

2025-02-25 Thread Christos Gavros via lists.openembedded.org
hi Randy I did a build and I wrote a comment in the bug15763 that is generating an error! I always built and test as much as I can before sending patches. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#211923): https://lists.openembedded.org/g/ope

Re: [OE-core] [PATCH] sanity: check variable GO_IMPORT

2025-02-25 Thread Randy MacLeod via lists.openembedded.org
On 2025-02-25 1:09 p.m., Christos Gavros wrote: Check if the variable GO_IMPORT is assigned with a value. If not generate an error. Fixes [YOCTO #15763] CC: Yoann Congal CC: Randy MacLeod CC: Alexander Kanavin Signed-off-by: Christos Gavros --- meta/classes-global/sanity.bbclass | 4 1 f

[OE-core] [PATCH] sanity: check variable GO_IMPORT

2025-02-25 Thread Christos Gavros via lists.openembedded.org
Check if the variable GO_IMPORT is assigned with a value. If not generate an error. Fixes [YOCTO #15763] CC: Yoann Congal CC: Randy MacLeod CC: Alexander Kanavin Signed-off-by: Christos Gavros --- meta/classes-global/sanity.bbclass | 4 1 file changed, 4 insertions(+) diff --git a/meta/