package/libcamera: bump version to de5d03673
authorPeter Seiderer <ps.report@gmx.net>
Tue, 17 Nov 2020 22:34:35 +0000 (23:34 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 19 Jan 2021 21:56:59 +0000 (22:56 +0100)
- add new host-python3-jinja2 and host-python3-ply dependencies
- change android, documentation options from boolean to feature
- disable new tracing option (needs lttng-ust)

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libcamera/libcamera.hash
package/libcamera/libcamera.mk

index 47c160e8f41488fef5b99181c23cae15aac3e633..4a2d63e8a262929f8eea64be5657f73e0b5e8b3f 100644 (file)
@@ -1,4 +1,4 @@
-sha256  cea2bf375b12c13945f9888119a4eeb999d7aeb550ecadcb5f919517b0b83c09  libcamera-e59713c68678f3eb6b6ebe97cabdc88c7042567f-br1.tar.gz
+sha256  9e1eb5ac366eac6bc35f3600f9f5176723cb4af14b75ab23e196450bb28eeb67  libcamera-de5d03673c41f5f117d03c23495de5620fd6f42e-br1.tar.gz
 
 # license files
 sha256  fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c  LICENSES/BSD-2-Clause.txt
index e6cd71420774e67fadadbc53026088a6621fa3ac..aed5c6e83c942e15a820220a68c75d9a06794917 100644 (file)
@@ -5,17 +5,20 @@
 ################################################################################
 
 LIBCAMERA_SITE = https://git.linuxtv.org/libcamera.git
-LIBCAMERA_VERSION = e59713c68678f3eb6b6ebe97cabdc88c7042567f
+LIBCAMERA_VERSION = de5d03673c41f5f117d03c23495de5620fd6f42e
 LIBCAMERA_SITE_METHOD = git
 LIBCAMERA_DEPENDENCIES = \
        host-openssl \
        host-pkgconf \
+       host-python3-jinja2 \
+       host-python3-ply \
        host-python3-pyyaml \
        gnutls
 LIBCAMERA_CONF_OPTS = \
-       -Dandroid=false \
-       -Ddocumentation=false \
+       -Dandroid=disabled \
+       -Ddocumentation=disabled \
        -Dtest=false \
+       -Dtracing=disabled \
        -Dwerror=false
 LIBCAMERA_INSTALL_STAGING = YES
 LIBCAMERA_LICENSE = \