From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bruno Thomsen <bruno.thomsen@gmail.com>
Subject: Re: [ptxdist] [APPLIED] uvc-gadget: use simple version string
Date: Fri, 9 May 2025 09:25:18 +0200 [thread overview]
Message-ID: <20250509072518.2679910-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20250421093713.106760-1-bruno.thomsen@gmail.com>
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
prev parent reply other threads:[~2025-05-09 7:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-21 9:37 [ptxdist] [PATCH] " Bruno Thomsen
2025-05-09 7:25 ` Michael Olbrich [this message]
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=20250509072518.2679910-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=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