mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: [ptxdist] [PATCH] v4l-utils: version bump 1.22.1 -> 1.24.0
Date: Fri, 24 Feb 2023 14:14:39 +0100	[thread overview]
Message-ID: <20230224131439.671834-1-p.zabel@pengutronix.de> (raw)

v4l2-tracer currently only compiles on 64-bit architectures.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/v4l-utils.in   |  5 +++++
 rules/v4l-utils.make | 10 ++++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/rules/v4l-utils.in b/rules/v4l-utils.in
index 322adb316526..23d8c86d6a36 100644
--- a/rules/v4l-utils.in
+++ b/rules/v4l-utils.in
@@ -12,6 +12,7 @@ menuconfig V4L_UTILS
 	select LIBC_PTHREAD	if V4L_UTILS_LIBV4L2 || V4L_UTILS_MEDIACTL
 	select GCCLIBS_GCC_S	if V4L_UTILS_V4L2CTL || V4L_UTILS_V4L2COMPLIANCE
 	select LIBJPEG		if V4L_UTILS_LIBV4LCONVERT
+	select JSON_C		if V4L_UTILS_TRACER
 	help
 	  Linux V4L2 and DVB API utilities and v4l libraries (libv4l).
 
@@ -88,4 +89,8 @@ config V4L_UTILS_V4L2SYSFSPATH
 	bool
 	prompt "install v4l2-sysfs-path"
 
+config V4L_UTILS_TRACER
+	bool
+	prompt "install v4l2-tracer"
+
 endif
diff --git a/rules/v4l-utils.make b/rules/v4l-utils.make
index dfb4d37a8a3c..34b13e4e9146 100644
--- a/rules/v4l-utils.make
+++ b/rules/v4l-utils.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_V4L_UTILS) += v4l-utils
 #
 # Paths and names
 #
-V4L_UTILS_VERSION	:= 1.22.1
-V4L_UTILS_MD5		:= 8aa73287320a49e9170a8255d7b2c7e6
+V4L_UTILS_VERSION	:= 1.24.0
+V4L_UTILS_MD5		:= a454d640c9eec26098f246d5f52ef438
 V4L_UTILS		:= v4l-utils-$(V4L_UTILS_VERSION)
 V4L_UTILS_SUFFIX	:= tar.bz2
 V4L_UTILS_URL		:= http://linuxtv.org/downloads/v4l-utils/$(V4L_UTILS).$(V4L_UTILS_SUFFIX)
@@ -51,6 +51,7 @@ V4L_UTILS_CONF_OPT	:= \
 	--enable-v4l-utils \
 	--enable-v4l2-compliance-libv4l \
 	--disable-v4l2-compliance-32 \
+	--$(call ptx/endis, $(call ptx/ifdef, PTXCONF_ARCH_LP64,PTXCONF_V4L_UTILS_TRACER,))-v4l2-tracer \
 	--enable-v4l2-ctl-libv4l \
 	--enable-v4l2-ctl-stream-to \
 	--disable-v4l2-ctl-32 \
@@ -134,6 +135,11 @@ ifdef PTXCONF_V4L_UTILS_V4L2CTL
 endif
 ifdef PTXCONF_V4L_UTILS_V4L2SYSFSPATH
 	@$(call install_copy, v4l-utils, 0, 0, 0755, -, /usr/bin/v4l2-sysfs-path)
+endif
+ifdef PTXCONF_V4L_UTILS_TRACER
+ifdef PTXCONF_ARCH_LP64
+	@$(call install_copy, v4l-utils, 0, 0, 0755, -, /usr/bin/v4l2-tracer)
+endif
 endif
 	@$(call install_finish, v4l-utils)
 
-- 
2.30.2




                 reply	other threads:[~2023-02-24 13:15 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=20230224131439.671834-1-p.zabel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --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