From patchwork Fri Sep 4 09:51:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 9486 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 1124EBF019 for ; Fri, 4 Sep 2020 09:52:02 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 8610D62901; Fri, 4 Sep 2020 11:52:01 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="cAPWF2h9"; dkim-atps=neutral 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 B6C5E60371 for ; Fri, 4 Sep 2020 11:51:59 +0200 (CEST) Received: from Q.local (cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id EBFD3277; Fri, 4 Sep 2020 11:51:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1599213116; bh=1W9Q5t0IM00RRHRPgbtVCz8vPZoF6yQFZzKIhKYVDxk=; h=From:To:Cc:Subject:Date:From; b=cAPWF2h98bmNrMjM//9R/mBtD9/s0E19ME26jnKonaSeW7zZgg0oqYuEn0vdxW3ol R7DhG3Dsw/Rar/uN/C20FPCfN8NlLLT9vd3GJGmEIbx5VOt21IQ8fPYrjjiXiabZ8f j08UJZOFAENSvz0S8KQXQODywdztVk+v/u6CvzzE= From: Kieran Bingham To: buildroot@buildroot.org Date: Fri, 4 Sep 2020 10:51:44 +0100 Message-Id: <20200904095148.844292-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/3] libcamera: Fix and update libcamera package 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: , Cc: libcamera devel Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Prevent compilation of libcamera on m68k architectures as we experience build failures there, and do not currently support that target with libcamera. Then, update the build to require C++17, in anticipation of bumping the version to the latest upstream. Kieran Bingham (3): package/libcamera: Prevent builds on m68k package/libcamera: Update requirements for C++17 package/libcamera: bump version to e59713c6 package/libcamera/Config.in | 8 +++++--- package/libcamera/libcamera.hash | 2 +- package/libcamera/libcamera.mk | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-)