mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] v4l-utils: version bump 1.22.1 -> 1.24.0
@ 2023-02-24 13:14 Philipp Zabel
  0 siblings, 0 replies; only message in thread
From: Philipp Zabel @ 2023-02-24 13:14 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-24 13:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-24 13:14 [ptxdist] [PATCH] v4l-utils: version bump 1.22.1 -> 1.24.0 Philipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox