mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] v4l-utils: version bump 1.24.0 -> 1.24.1
@ 2023-02-28 10:08 Philipp Zabel
  2023-03-10 11:49 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2023-02-28 10:08 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Fixes v4l2-tracer build on 32-bit architectures.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/v4l-utils.make | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/rules/v4l-utils.make b/rules/v4l-utils.make
index 34b13e4e9146..1f4c608b9a84 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.24.0
-V4L_UTILS_MD5		:= a454d640c9eec26098f246d5f52ef438
+V4L_UTILS_VERSION	:= 1.24.1
+V4L_UTILS_MD5		:= 8ba9c73c4319b6afab5fa4358edc43de
 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,7 +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 \
+	--$(call ptx/endis, PTXCONF_V4L_UTILS_TRACER)-v4l2-tracer \
 	--enable-v4l2-ctl-libv4l \
 	--enable-v4l2-ctl-stream-to \
 	--disable-v4l2-ctl-32 \
@@ -137,9 +137,7 @@ 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] 2+ messages in thread

end of thread, other threads:[~2023-03-10 11:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28 10:08 [ptxdist] [PATCH] v4l-utils: version bump 1.24.0 -> 1.24.1 Philipp Zabel
2023-03-10 11:49 ` Michael Olbrich

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