package/libcamera: bump to version 448393f77ec9e37cb807e8e8d35c1a4877d253d4
authorKieran Bingham <kieran.bingham@ideasonboard.com>
Thu, 19 Sep 2019 10:25:53 +0000 (11:25 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 19 Sep 2019 20:10:10 +0000 (22:10 +0200)
Update to the latest version of libcamera, including a fix for toolchains
which require libatomic to be linked manually.

The patch which handles this locally is therefore removed.

Since the last version update, the option to disable building of the
unit tests has been renamed from '-Dtests=' to '-Dtest='

This is updated accordingly.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libcamera/0001-src-libcamera-meson.build-link-with-atomic-when-need.patch [deleted file]
package/libcamera/libcamera.hash
package/libcamera/libcamera.mk

diff --git a/package/libcamera/0001-src-libcamera-meson.build-link-with-atomic-when-need.patch b/package/libcamera/0001-src-libcamera-meson.build-link-with-atomic-when-need.patch
deleted file mode 100644 (file)
index 8c34497..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-From 85b7aeef3c7765c5ba7e525c63a4c0f807f0bfc8 Mon Sep 17 00:00:00 2001
-From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Date: Thu, 5 Sep 2019 10:24:31 +0200
-Subject: [PATCH] src/libcamera/meson.build: link with atomic when needed
-
-Fixes:
- - http://autobuild.buildroot.org/results/1f0b8338f5f39aa86b9d432598dae2f53c5f7c84
-
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
----
- src/libcamera/meson.build | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/libcamera/meson.build b/src/libcamera/meson.build
-index c5d8f11..0706a08 100644
---- a/src/libcamera/meson.build
-+++ b/src/libcamera/meson.build
-@@ -99,6 +99,7 @@ version_cpp = vcs_tag(command : [gen_version, meson.build_root()],
- libcamera_sources += version_cpp
- libcamera_deps = [
-+    cc.find_library('atomic', required: false),
-     cc.find_library('dl'),
-     libudev,
-     dependency('threads'),
--- 
-2.23.0.rc1
-
index fc0a21670ef99802b3d0eaa82d80671e1ace8061..6f721d87eee4c3eee5b47c3e4fb8a39079e741d3 100644 (file)
@@ -1,3 +1,3 @@
-sha256 4073ee3429a28b19f65f1df107b87df9ee01e58dc3372fcc0fcafd3350a31c23  libcamera-caf25dc5cfd11b965316f02610d49ae3d886716b.tar.gz
+sha256 cbaa7e06059717f71b57f9c20135c86d5f121d9aab10bfc20513ba5d04478756  libcamera-448393f77ec9e37cb807e8e8d35c1a4877d253d4.tar.gz
 sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  licenses/gnu-gpl-2.0.txt
 sha256 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c  licenses/gnu-lgpl-2.1.txt
index 62c48607d4ff633e0567f6404c3899c0b93b2425..d209a38df3a978e5e42363cc85883cfbdb993cde 100644 (file)
@@ -5,10 +5,10 @@
 ################################################################################
 
 LIBCAMERA_SITE = https://git.linuxtv.org/libcamera.git
-LIBCAMERA_VERSION = caf25dc5cfd11b965316f02610d49ae3d886716b
+LIBCAMERA_VERSION = 448393f77ec9e37cb807e8e8d35c1a4877d253d4
 LIBCAMERA_SITE_METHOD = git
 LIBCAMERA_DEPENDENCIES = udev
-LIBCAMERA_CONF_OPTS = -Dtests=false -Ddocumentation=false
+LIBCAMERA_CONF_OPTS = -Dtest=false -Ddocumentation=false
 LIBCAMERA_INSTALL_STAGING = yes
 LIBCAMERA_LICENSE = LGPL-2.1+ (library), GPL-2.0+ (utils)
 LIBCAMERA_LICENSE_FILES = \