From patchwork Sun Mar 8 00:04:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 3051 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 9DDD660424 for ; Sun, 8 Mar 2020 01:04:42 +0100 (CET) Received: from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 1E6025F for ; Sun, 8 Mar 2020 01:04:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1583625882; bh=Ori1dODzT8exgCv0Zkuutmor6VUAFrcgkx3af0dD+kY=; h=From:To:Subject:Date:From; b=Z2zv94CPKotSOPnXKZ4s8ztyMtPrMBmAEvv7e/RD3MF3hUuX8mZHEFj5n6V27oHyw /oCc0aqN8szk8d6pgjDXl/nq8RGTvukOhKDUkBxDkVaqvvEXn8qiB5DnOVitwD49Xu WRi3/wCaPoojUj0VZlk0MdzV+hjYpJAk/g4mdUC4= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Sun, 8 Mar 2020 02:04:27 +0200 Message-Id: <20200308000433.2917-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v4 0/6] Fix race condition and other build issues X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2020 00:04:42 -0000 Hello, This patch series originates from Kieran's "[PATCH v2] libcamera: Declare dependency on generated headers" fix for a race condition in the build system. While reworking it, I've found a few more issues that I have also addressed. Please see individual patches for details. Kieran Bingham (1): include: libcamera: meson: Add control headers to the libcamera_api array Laurent Pinchart (5): include: libcamera: Improve automation of libcamera.h generation include: libcamera: meson: Add libcamera.h to the libcamera_api array libcamera: meson: Make libatomic and libdl dependencies reusable cam: Link against libatomic if needed v4l2: v4l2_compat: Use correct libcamera_dep dependency include/libcamera/gen-header.sh | 5 +++-- include/libcamera/meson.build | 4 ++++ src/cam/meson.build | 2 +- src/libcamera/meson.build | 8 +++++--- src/v4l2/meson.build | 10 ++-------- 5 files changed, 15 insertions(+), 14 deletions(-)