* [ptxdist] [PATCH] uvc-gadget: use simple version string
@ 2025-04-21 9:37 Bruno Thomsen
2025-05-09 7:25 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread
* Re: [ptxdist] [APPLIED] uvc-gadget: use simple version string
2025-04-21 9:37 [ptxdist] [PATCH] uvc-gadget: use simple version string Bruno Thomsen
@ 2025-05-09 7:25 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-05-09 7:25 UTC (permalink / raw)
To: ptxdist; +Cc: Bruno Thomsen
Thanks, applied as cac9ced2e582789aabcf6e6d1039c824868a7147.
Michael
[sent from post-receive hook]
On Fri, 09 May 2025 09:25:18 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Packages normally don't contain v-prefix in VERSION variable.
>
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20250421093713.106760-1-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/uvc-gadget.make b/rules/uvc-gadget.make
> index 423f73b05f86..64c5c2a696d6 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-09 7:30 UTC | newest]
Thread overview: 2+ messages (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
2025-05-09 7:25 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox