From patchwork Tue Mar 2 15:26:14 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 11466 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 013B5BD1F1 for ; Tue, 2 Mar 2021 15:26:20 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 6AB1668A9A; Tue, 2 Mar 2021 16:26:20 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Sdv2/cOe"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 2FD2968A7E for ; Tue, 2 Mar 2021 16:26:19 +0100 (CET) Received: from Q.local (cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 9FE7645D; Tue, 2 Mar 2021 16:26:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1614698778; bh=A2j7KtWvB1GEN8llHhX6STPREFmG2m7FSrfGryyWUfc=; h=From:To:Cc:Subject:Date:From; b=Sdv2/cOeBTR6Q1By6y1f3fjRTy3XmGSoNkK61wHrlA+5oDoeymB6pA1+fLWJwgAaT c3jaPI87JFHDWV2Bp4zJWTbVIuEMRmfmtQH6dFMVyEvCw+nIA7uMd0ZrsSkn6CUPgn 1FpP01pMoxSV3XpmUhBB+opTC0hWL7Fh+CsTCF8s= From: Kieran Bingham To: libcamera devel Date: Tue, 2 Mar 2021 15:26:14 +0000 Message-Id: <20210302152614.106017-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] README: Update tracing dependancies X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The packages required for tracing libcamera projects were incorrectly specified. Update with the correct prefix for the dev package on liblttng-ust-dev and also provide the lttng-tools package which provides the utilities required to handle tracing. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart Reviewed-by: Paul Elder --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 08bfd5ad192a..b48455ab4e67 100644 --- a/README.rst +++ b/README.rst @@ -85,7 +85,7 @@ for qcam: [optional] qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5 qttools5-dev-tools libtiff-dev for tracing with lttng: [optional] - lttng-ust-dev python3-jinja2 + liblttng-ust-dev python3-jinja2 lttng-tools Using GStreamer plugin ~~~~~~~~~~~~~~~~~~~~~~