{"id":9488,"url":"https://patchwork.libcamera.org/api/patches/9488/?format=json","web_url":"https://patchwork.libcamera.org/patch/9488/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20200904095148.844292-3-kieran.bingham@ideasonboard.com>","date":"2020-09-04T09:51:46","name":"[libcamera-devel,2/3] package/libcamera: Update requirements for C++17","commit_ref":null,"pull_url":null,"state":"not-applicable","archived":false,"hash":"bb52b47e0835f90b501223a5c0b659d21ed8e6be","submitter":{"id":4,"url":"https://patchwork.libcamera.org/api/people/4/?format=json","name":"Kieran Bingham","email":"kieran.bingham@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/9488/mbox/","series":[{"id":1264,"url":"https://patchwork.libcamera.org/api/series/1264/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=1264","date":"2020-09-04T09:51:44","name":"libcamera: Fix and update libcamera package","version":1,"mbox":"https://patchwork.libcamera.org/series/1264/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/9488/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/9488/checks/","tags":{},"headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 744E3BF019\n\tfor <parsemail@patchwork.libcamera.org>;\n\tFri,  4 Sep 2020 09:52:04 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 3AF6F62B2F;\n\tFri,  4 Sep 2020 11:52:04 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 476D860371\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri,  4 Sep 2020 11:52:02 +0200 (CEST)","from Q.local (cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net\n\t[86.31.172.11])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id DD2A5BA5;\n\tFri,  4 Sep 2020 11:52:00 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"vNeLuvs8\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1599213121;\n\tbh=RE8eSrOE7QqpZIUu7l63+RRpiB42yugehR5kywjNCSM=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=vNeLuvs8/SyCSH7/mq1VZTgBkOpCgLHivn4d6mLhf9z9BegiEbmXQhOhBC9jA9zqe\n\tZkJZaDstjw7jZ8bXEMcqQZ/OhAgSsIHBbM7M326KF1EMTxp8jqh61C7bKI1ioEtee2\n\tQy8WMXzucXmP5wyRVFkuz42wpCz8z8BshutsWIVg=","From":"Kieran Bingham <kieran.bingham@ideasonboard.com>","To":"buildroot@buildroot.org","Date":"Fri,  4 Sep 2020 10:51:46 +0100","Message-Id":"<20200904095148.844292-3-kieran.bingham@ideasonboard.com>","X-Mailer":"git-send-email 2.25.1","In-Reply-To":"<20200904095148.844292-1-kieran.bingham@ideasonboard.com>","References":"<20200904095148.844292-1-kieran.bingham@ideasonboard.com>","MIME-Version":"1.0","Subject":"[libcamera-devel] [PATCH 2/3] package/libcamera: Update\n\trequirements for C++17","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Cc":"libcamera devel <libcamera-devel@lists.libcamera.org>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"The libcamera project has moved to C++17. Update the toolchain\nrequirements accordingly.\n\nSigned-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n---\n package/libcamera/Config.in | 6 +++---\n 1 file changed, 3 insertions(+), 3 deletions(-)","diff":"diff --git a/package/libcamera/Config.in b/package/libcamera/Config.in\nindex 1ea747d1c57e..262ea49a0ead 100644\n--- a/package/libcamera/Config.in\n+++ b/package/libcamera/Config.in\n@@ -2,7 +2,7 @@ menuconfig BR2_PACKAGE_LIBCAMERA\n \tbool \"libcamera\"\n \tdepends on BR2_INSTALL_LIBSTDCPP\n \tdepends on BR2_TOOLCHAIN_HAS_THREADS\n-\tdepends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # C++14\n+\tdepends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17\n \tdepends on !BR2_STATIC_LIBS # gnutls\n \tdepends on BR2_USE_WCHAR # gnutls\n \t# Invalid packing size of ControlValue struct on m68k\n@@ -65,6 +65,6 @@ config BR2_PACKAGE_LIBCAMERA_PIPELINE_VIMC\n \n endif # BR2_PACKAGE_LIBCAMERA\n \n-comment \"libcamera needs a toolchain w/ C++, threads, wchar, dynamic library, gcc >= 5\"\n+comment \"libcamera needs a toolchain w/ C++, threads, wchar, dynamic library, gcc >= 7\"\n \tdepends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \\\n-\t\t!BR2_TOOLCHAIN_GCC_AT_LEAST_5 || BR2_STATIC_LIBS || !BR2_USE_WCHAR\n+\t\t!BR2_TOOLCHAIN_GCC_AT_LEAST_7 || BR2_STATIC_LIBS || !BR2_USE_WCHAR\n","prefixes":["libcamera-devel","2/3"]}