[libcamera-devel] [PATCH v3] package/libcamera: Add libcamera package
Arnout Vandecappelle
arnout at mind.be
Wed Apr 3 13:32:58 CEST 2019
On 03/04/2019 13:29, Kieran Bingham wrote:
> +LIBCAMERA_SITE = https://git.linuxtv.org/libcamera.git
> +LIBCAMERA_VERSION = d5ca33f6c7b0cd1ca20ec5dc7131aeedf1503080
> +LIBCAMERA_SITE_METHOD = git
That debug line gave me the idea... you can use an http download on gitlab:
LIBCAMERA_SITE =
https://gitlab.com/libcamera/libcamera/-/archive/$(LIBCAMERA_VERSION)
LIBCAMERA_SOURCE = libcamera-$(LIBCAMERA_VERSION).tar.bz2
Only, I'm not sure how stable the tarball generation is, i.e. if it will always
yield the same hash.
Either way:
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
Regards,
Arnout
More information about the libcamera-devel
mailing list