Patch Detail
Show a patch.
GET /api/1.1/patches/2321/?format=api
{ "id": 2321, "url": "https://patchwork.libcamera.org/api/1.1/patches/2321/?format=api", "web_url": "https://patchwork.libcamera.org/patch/2321/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/1.1/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": "<20191115152342.27723-1-ezequiel@collabora.com>", "date": "2019-11-15T15:23:41", "name": "[libcamera-devel,1/2] README: Simplify a bit the build instructions", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": false, "hash": "93a9ac575182e337bd3a2ee54feeaff8535bed9a", "submitter": { "id": 28, "url": "https://patchwork.libcamera.org/api/1.1/people/28/?format=api", "name": "Ezequiel Garcia", "email": "ezequiel@collabora.com" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/2321/mbox/", "series": [ { "id": 569, "url": "https://patchwork.libcamera.org/api/1.1/series/569/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=569", "date": "2019-11-15T15:23:41", "name": "[libcamera-devel,1/2] README: Simplify a bit the build instructions", "version": 1, "mbox": "https://patchwork.libcamera.org/series/569/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/2321/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/2321/checks/", "tags": {}, "headers": { "Return-Path": "<ezequiel@collabora.com>", "Received": [ "from bhuna.collabora.co.uk (bhuna.collabora.co.uk\n\t[IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 9BB6D6136F\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 15 Nov 2019 16:23:53 +0100 (CET)", "from [127.0.0.1] (localhost [127.0.0.1])\n\t(Authenticated sender: ezequiel) with ESMTPSA id D5F2529164E" ], "From": "Ezequiel Garcia <ezequiel@collabora.com>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Fri, 15 Nov 2019 12:23:41 -0300", "Message-Id": "<20191115152342.27723-1-ezequiel@collabora.com>", "X-Mailer": "git-send-email 2.22.0", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH 1/2] README: Simplify a bit the build\n\tinstructions", "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>", "X-List-Received-Date": "Fri, 15 Nov 2019 15:23:53 -0000" }, "content": "Less typing for the same result.\n\nSigned-off-by: Ezequiel Garcia <ezequiel@collabora.com>\n---\n README.rst | 4 +---\n 1 file changed, 1 insertion(+), 3 deletions(-)", "diff": "diff --git a/README.rst b/README.rst\nindex 48fdda9590ce..48e428cc816e 100644\n--- a/README.rst\n+++ b/README.rst\n@@ -33,9 +33,7 @@ To fetch the sources, build and install:\n git clone git://linuxtv.org/libcamera.git\n cd libcamera\n meson build\n- cd build\n- ninja\n- ninja install\n+ ninja -C build install\n \n Dependencies\n ~~~~~~~~~~~~\n", "prefixes": [ "libcamera-devel", "1/2" ] }