Patch Detail
Show a patch.
GET /api/patches/60/?format=api
{ "id": 60, "url": "https://patchwork.libcamera.org/api/patches/60/?format=api", "web_url": "https://patchwork.libcamera.org/patch/60/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<1545212036-22541-3-git-send-email-jacopo@jmondi.org>", "date": "2018-12-19T09:33:56", "name": "[libcamera-devel,2/2] build: Define library private include path", "commit_ref": "7dc517ca6beefa4c72224c302eba6699fa878c30", "pull_url": null, "state": "accepted", "archived": false, "hash": "01d250136731589765fdb2451b2012f16a6dfab7", "submitter": { "id": 3, "url": "https://patchwork.libcamera.org/api/people/3/?format=api", "name": "Jacopo Mondi", "email": "jacopo@jmondi.org" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/60/mbox/", "series": [ { "id": 31, "url": "https://patchwork.libcamera.org/api/series/31/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=31", "date": "2018-12-19T09:33:54", "name": "Add headers from Linux v4.19", "version": 1, "mbox": "https://patchwork.libcamera.org/series/31/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/60/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/60/checks/", "tags": {}, "headers": { "Return-Path": "<jacopo@jmondi.org>", "Received": [ "from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net\n\t[217.70.183.199])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 083F760B23\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 19 Dec 2018 10:34:04 +0100 (CET)", "from w540.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 9433BFF802;\n\tWed, 19 Dec 2018 09:34:03 +0000 (UTC)" ], "X-Originating-IP": "2.224.242.101", "From": "Jacopo Mondi <jacopo@jmondi.org>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Wed, 19 Dec 2018 10:33:56 +0100", "Message-Id": "<1545212036-22541-3-git-send-email-jacopo@jmondi.org>", "X-Mailer": "git-send-email 2.7.4", "In-Reply-To": "<1545212036-22541-1-git-send-email-jacopo@jmondi.org>", "References": "<1545212036-22541-1-git-send-email-jacopo@jmondi.org>", "Subject": "[libcamera-devel] [PATCH 2/2] build: Define library private include\n\tpath", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.23", "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>", "X-List-Received-Date": "Wed, 19 Dec 2018 09:34:04 -0000" }, "content": "Separate declaration of library internal inclusion path.\nThis will be used by tests, developed outside of library code, that need to\ninclude parts of the library internal APIs and can re-use the here defined\nvariable.\n\nReviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\nSigned-off-by: Jacopo Mondi <jacopo@jmondi.org>\n---\n src/libcamera/meson.build | 4 +++-\n 1 file changed, 3 insertions(+), 1 deletion(-)", "diff": "diff --git a/src/libcamera/meson.build b/src/libcamera/meson.build\nindex 0c44b5a..f632eb5 100644\n--- a/src/libcamera/meson.build\n+++ b/src/libcamera/meson.build\n@@ -8,9 +8,11 @@ libcamera_headers = files([\n 'include/utils.h',\n ])\n \n+libcamera_internal_includes = include_directories('include')\n+\n includes = [\n libcamera_includes,\n- include_directories('include'),\n+ libcamera_internal_includes,\n ]\n \n libcamera = shared_library('camera',\n", "prefixes": [ "libcamera-devel", "2/2" ] }