Quoting Michael Riesch (2024-03-05 10:51:34)
> As discussed with Kieran Bingham, one of the maintainers of libcamera,
> the gitlab.freedesktop.org repository should serve as canonical tarball
> repository.
> 
> Signed-off-by: Michael Riesch <michael.rie...@wolfvision.net>
> Cc: Kieran Bingham <kieran.bing...@ideasonboard.com>

Acked-by: Kieran Bingham <kieran.bing...@ideasonboard.com>

> ---
>  rules/libcamera.make | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/rules/libcamera.make b/rules/libcamera.make
> index 2419e2d86..928a95654 100644
> --- a/rules/libcamera.make
> +++ b/rules/libcamera.make
> @@ -18,7 +18,7 @@ LIBCAMERA_VERSION     := 0.0.5
>  LIBCAMERA_MD5          := cc2f5c0c051319a7e853dc6916807ce5
>  LIBCAMERA              := libcamera-$(LIBCAMERA_VERSION)
>  LIBCAMERA_SUFFIX       := tar.gz
> -LIBCAMERA_URL          := 
> https://git.libcamera.org/libcamera/libcamera.git;tag=v$(LIBCAMERA_VERSION)
> +LIBCAMERA_URL          := 
> https://gitlab.freedesktop.org/camera/libcamera/-/archive/v$(LIBCAMERA_VERSION)/$(LIBCAMERA).$(LIBCAMERA_SUFFIX)
>  LIBCAMERA_SOURCE       := $(SRCDIR)/$(LIBCAMERA).$(LIBCAMERA_SUFFIX)
>  LIBCAMERA_DIR          := $(BUILDDIR)/$(LIBCAMERA)
>  LIBCAMERA_LICENSE      := Apache-2.0 AND \
> 
> -- 
> 2.34.1
>

Reply via email to