{"id":9552,"url":"https://patchwork.libcamera.org/api/1.1/patches/9552/?format=json","web_url":"https://patchwork.libcamera.org/patch/9552/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/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":"<20200909130559.1122914-2-kieran.bingham@ideasonboard.com>","date":"2020-09-09T13:05:57","name":"[libcamera-devel,1/3] meson: Process utils first","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"b2a5556891945d52cb826399e350b6c5042843a9","submitter":{"id":4,"url":"https://patchwork.libcamera.org/api/1.1/people/4/?format=json","name":"Kieran Bingham","email":"kieran.bingham@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/9552/mbox/","series":[{"id":1279,"url":"https://patchwork.libcamera.org/api/1.1/series/1279/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=1279","date":"2020-09-09T13:05:56","name":"Unify utils locations","version":1,"mbox":"https://patchwork.libcamera.org/series/1279/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/9552/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/9552/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 88BB0BDB1D\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed,  9 Sep 2020 13:06:07 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id D9B2F60534;\n\tWed,  9 Sep 2020 15:06:06 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 8E25D62B90\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed,  9 Sep 2020 15:06:04 +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 1A2C059E;\n\tWed,  9 Sep 2020 15:06:04 +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=\"gnZ1lj1P\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1599656764;\n\tbh=CnhCl67iaij7ShyBrCUOnlCkMrdTiTQVgagh6NPXhyE=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=gnZ1lj1PBo+0ipnq9Lmxq+gKNf5JCP/tVumk9YGg7dPbVyspbc2aYbMQdnR4GSAUK\n\tD+dQ/6Ii0RmjJwBtdl+rcrB0NhRvLhGUVJ63IYbbo3jb9Dcqw0OSZkfBCpmk2GIXuy\n\t4Kxob0fK75adLOEWskoxbXJkxVQLEVev928h36D8=","From":"Kieran Bingham <kieran.bingham@ideasonboard.com>","To":"libcamera devel <libcamera-devel@lists.libcamera.org>","Date":"Wed,  9 Sep 2020 14:05:57 +0100","Message-Id":"<20200909130559.1122914-2-kieran.bingham@ideasonboard.com>","X-Mailer":"git-send-email 2.25.1","In-Reply-To":"<20200909130559.1122914-1-kieran.bingham@ideasonboard.com>","References":"<20200909130559.1122914-1-kieran.bingham@ideasonboard.com>","MIME-Version":"1.0","Subject":"[libcamera-devel] [PATCH 1/3] meson: Process utils first","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>","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 utils directory can contain helpers and support tools which are used\nthroughout other components of the build.\n\nEnsure that the utils subdir is parsed first allowing helpers to be\ndefined there.\n\nSigned-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n---\n meson.build | 4 +++-\n 1 file changed, 3 insertions(+), 1 deletion(-)","diff":"diff --git a/meson.build b/meson.build\nindex 1ea35e92ed67..510a6d3b44e6 100644\n--- a/meson.build\n+++ b/meson.build\n@@ -100,9 +100,11 @@ add_project_link_arguments(cpp_arguments, language : 'cpp')\n \n libcamera_includes = include_directories('include')\n \n+# Utilities are parsed first to provide support for other components.\n+subdir('utils')\n+\n subdir('include')\n subdir('src')\n-subdir('utils')\n \n # The documentation and test components are optional and can be disabled\n # through configuration values. They are enabled by default.\n","prefixes":["libcamera-devel","1/3"]}