On Fri, 2024-12-06 at 18:31 +0100, Robert Berger via
lists.openembedded.org wrote:
> avoid QA errors with absolute paths from go-vendor.bbclass
> 
> Signed-off-by: Robert Berger
> <[email protected]>
> ---
>  meta/classes/go-vendor.bbclass | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/classes/go-vendor.bbclass b/meta/classes/go-
> vendor.bbclass
> index 38ea69ab50..12667b2d60 100644
> --- a/meta/classes/go-vendor.bbclass
> +++ b/meta/classes/go-vendor.bbclass
> @@ -14,7 +14,7 @@
>  # folder. Additionally a manifest file is generated for the 'vendor'
> folder
>  # 
>  
> -inherit go-mod
> +inherit go-mod relative_symlinks
>  
>  def go_src_uri(repo, version, path=None, subdir=None, \
>                  vcs='git', replaces=None, pathmajor=None):
> 

Can you provide a little more information in the commit message such as
the kind of symlink and whether go-vendor always creates these or what
the trigger is for the issue? Which tool is creating the symlinks? Was
this a change in behaviour of the tool? Could the class create relative
symlinks by default rather than fixing them up? 

That symlinks class is a heavy hammer and I'm surprised this hasn't
come up before now if it is always needed.

Thanks,

Richard
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#208470): 
https://lists.openembedded.org/g/openembedded-core/message/208470
Mute This Topic: https://lists.openembedded.org/mt/109961957/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to