{"id":9747,"url":"https://patchwork.libcamera.org/api/1.1/patches/9747/?format=json","web_url":"https://patchwork.libcamera.org/patch/9747/","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":"<20200923143949.310439-2-kieran.bingham@ideasonboard.com>","date":"2020-09-23T14:39:46","name":"[libcamera-devel,v2,1/4] meson: Process utils first","commit_ref":"d6b6ad950d73b21dd6dc58ddedd4c2cfd4b638ef","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/9747/mbox/","series":[{"id":1312,"url":"https://patchwork.libcamera.org/api/1.1/series/1312/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=1312","date":"2020-09-23T14:39:45","name":"Unify utils locations","version":2,"mbox":"https://patchwork.libcamera.org/series/1312/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/9747/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/9747/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 E3AD1C3B5B\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed, 23 Sep 2020 14:39:56 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id D770A62FF1;\n\tWed, 23 Sep 2020 16:39:55 +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 2B1D862FD2\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 23 Sep 2020 16:39:54 +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 8CD829CE;\n\tWed, 23 Sep 2020 16:39:53 +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=\"PL+bVkxZ\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1600871993;\n\tbh=qdURQ3/etuWnHOD/Wrc3H1jXqClO9iZzUAXr5L34HXw=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=PL+bVkxZxUXYQ4/TqrfH/rqGwxeu3NJQ8/zb74U5lkt+MaUwjcy7/4hb3iPtfWPwo\n\tlTbJMZroHsw4VfGat+MHyUGf8UVvYuVWWm+AN9kJSyoRautVvysa5x9QYzM82BXQex\n\tvkQwnIOBJZ78xKGhkomE/iC9v6sGnHRwcfWt6sV8=","From":"Kieran Bingham <kieran.bingham@ideasonboard.com>","To":"libcamera devel <libcamera-devel@lists.libcamera.org>","Date":"Wed, 23 Sep 2020 15:39:46 +0100","Message-Id":"<20200923143949.310439-2-kieran.bingham@ideasonboard.com>","X-Mailer":"git-send-email 2.25.1","In-Reply-To":"<20200923143949.310439-1-kieran.bingham@ideasonboard.com>","References":"<20200923143949.310439-1-kieran.bingham@ideasonboard.com>","MIME-Version":"1.0","Subject":"[libcamera-devel] [PATCH v2 1/4] 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>\nReviewed-by: Laurent Pinchart <laurent.pinchart@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 c58d458ca0ff..dd71390baba5 100644\n--- a/meson.build\n+++ b/meson.build\n@@ -101,9 +101,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","v2","1/4"]}