mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] uvc-gadget: use simple version string
@ 2025-04-21  9:37 Bruno Thomsen
  0 siblings, 0 replies; only message in thread
From: Bruno Thomsen @ 2025-04-21  9:37 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Packages normally don't contain v-prefix in VERSION variable.

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/uvc-gadget.make | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/uvc-gadget.make b/rules/uvc-gadget.make
index 423f73b05..64c5c2a69 100644
--- a/rules/uvc-gadget.make
+++ b/rules/uvc-gadget.make
@@ -14,13 +14,13 @@ PACKAGES-$(PTXCONF_UVC_GADGET) += uvc-gadget
 #
 # Paths and names
 #
-UVC_GADGET_VERSION	:= v0.3.0
+UVC_GADGET_VERSION	:= 0.3.0
 UVC_GADGET_MD5		:= 087c77cbeabf72933ea61021e228aa35
-UVC_GADGET		:= uvc-gadget-$(UVC_GADGET_VERSION)
+UVC_GADGET		:= uvc-gadget-v$(UVC_GADGET_VERSION)
 UVC_GADGET_SUFFIX	:= tar.xz
 UVC_GADGET_URL		:= \
-	git://git.ideasonboard.org/uvc-gadget.git;tag=$(UVC_GADGET_VERSION) \
-	https://gitlab.freedesktop.org/camera/uvc-gadget.git;tag=$(UVC_GADGET_VERSION)
+	git://git.ideasonboard.org/uvc-gadget.git;tag=v$(UVC_GADGET_VERSION) \
+	https://gitlab.freedesktop.org/camera/uvc-gadget.git;tag=v$(UVC_GADGET_VERSION)
 UVC_GADGET_SOURCE	:= $(SRCDIR)/$(UVC_GADGET).$(UVC_GADGET_SUFFIX)
 UVC_GADGET_DIR		:= $(BUILDDIR)/$(UVC_GADGET)
 UVC_GADGET_LICENSE	:= GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT

base-commit: f61905c23240642dec3e5390ee15e83cf1e016e9
-- 
2.49.0




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

only message in thread, other threads:[~2025-04-21  9:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-21  9:37 [ptxdist] [PATCH] uvc-gadget: use simple version string Bruno Thomsen

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