mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Rouven Czerwinski <rouven.czerwinski@linaro.org>
To: ptxdist@pengutronix.de
Cc: Rouven Czerwinski <rouven.czerwinski@linaro.org>
Subject: [ptxdist] [PATCH] v4l-utils: install required lib for v4l2-tracer
Date: Fri, 26 Sep 2025 13:15:34 +0200	[thread overview]
Message-ID: <20250926111534.1052881-1-rouven.czerwinski@linaro.org> (raw)

The v4l2-tracer requires the libv4l2tracer library to be installed on
the system, otherwise tracing fails with a library not found error.
Install the library if the v4l2-tracer is selected.

Signed-off-by: Rouven Czerwinski <rouven.czerwinski@linaro.org>
---
 rules/v4l-utils.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/v4l-utils.make b/rules/v4l-utils.make
index 9fdd32154..6f8191dd3 100644
--- a/rules/v4l-utils.make
+++ b/rules/v4l-utils.make
@@ -132,6 +132,7 @@ ifdef PTXCONF_V4L_UTILS_V4L2SYSFSPATH
 endif
 ifdef PTXCONF_V4L_UTILS_TRACER
 	@$(call install_copy, v4l-utils, 0, 0, 0755, -, /usr/bin/v4l2-tracer)
+	@$(call install_lib, v4l-utils, 0, 0, 0644, libv4l2tracer)
 endif
 	@$(call install_finish, v4l-utils)
 
-- 
2.51.0




                 reply	other threads:[~2025-09-26 11:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250926111534.1052881-1-rouven.czerwinski@linaro.org \
    --to=rouven.czerwinski@linaro.org \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox