From: Bruno Thomsen <bruno.thomsen@gmail.com>
To: ptxdist@pengutronix.de
Cc: bruno.thomsen@gmail.com
Subject: [ptxdist] [PATCH] uvc-gadget: use simple version string
Date: Mon, 21 Apr 2025 11:37:13 +0200 [thread overview]
Message-ID: <20250421093713.106760-1-bruno.thomsen@gmail.com> (raw)
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
reply other threads:[~2025-04-21 9:37 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=20250421093713.106760-1-bruno.thomsen@gmail.com \
--to=bruno.thomsen@gmail.com \
--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