All of lore.kernel.org
 help / color / mirror / Atom feed
From: ankur.tyagi85@gmail.com
To: openembedded-devel@lists.openembedded.org
Cc: Ankur Tyagi <ankur.tyagi85@gmail.com>
Subject: [oe][meta-oe][PATCH 4/7] libyui: add UPSTREAM_CHECK_GITTAGREGEX
Date: Wed, 19 Aug 2026 23:25:50 +1200	[thread overview]
Message-ID: <20260819112553.971109-4-ankur.tyagi85@gmail.com> (raw)
In-Reply-To: <20260819112553.971109-1-ankur.tyagi85@gmail.com>

From: Ankur Tyagi <ankur.tyagi85@gmail.com>

Also add tag in the SRC_URI

Fixes:
$ devtool latest-version libyui
...
INFO: Current version: 4.6.2
INFO: Latest version: 43018
INFO: Latest version's commit: 7009e514ecafb1e25e0cc5a4ec1e731ff8af30ee

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 meta-oe/recipes-graphics/libyui/libyui_4.6.2.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/libyui/libyui_4.6.2.bb b/meta-oe/recipes-graphics/libyui/libyui_4.6.2.bb
index d86aa4da91..19b53a3e00 100644
--- a/meta-oe/recipes-graphics/libyui/libyui_4.6.2.bb
+++ b/meta-oe/recipes-graphics/libyui/libyui_4.6.2.bb
@@ -5,13 +5,15 @@ LIC_FILES_CHKSUM = "file://../COPYING.gpl-3;md5=d32239bcb673463ab874e80d47fae504
                     file://../COPYING.lgpl-3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
                    "
 
-SRC_URI = "git://github.com/libyui/libyui.git;branch=master;protocol=https \
+SRC_URI = "git://github.com/libyui/libyui.git;branch=master;protocol=https;tag=${PV} \
            file://0001-Fix-build-with-clang.patch \
            file://0001-Use-relative-install-paths-for-CMake.patch \
            "
 
 SRCREV = "e691b563262306a40a61bbf228839fa06e4f0516"
 
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
+
 S = "${UNPACKDIR}/${BP}/libyui"
 
 inherit cmake gettext pkgconfig


  parent reply	other threads:[~2026-08-19 11:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-19 11:25 [oe][meta-oe][PATCH 1/7] wtmpdb: upgrade 0.75.0 -> 0.76.0 ankur.tyagi85
2026-08-19 11:25 ` [oe][meta-oe][PATCH 2/7] graphviz: upgrade 15.1.0 -> 15.1.1 ankur.tyagi85
2026-08-19 11:25 ` [oe][meta-oe][PATCH 3/7] libvncserver: add UPSTREAM_CHECK_GITTAGREGEX ankur.tyagi85
2026-08-19 11:25 ` ankur.tyagi85 [this message]
2026-08-19 11:25 ` [oe][meta-oe][PATCH 5/7] libyui-ncurses: " ankur.tyagi85
2026-08-19 11:25 ` [oe][meta-oe][PATCH 6/7] openbox: update UPSTREAM_CHECK_REGEX ankur.tyagi85
2026-08-19 11:25 ` [oe][meta-oe][PATCH 7/7] libcdio: upgrade 2.3.0 -> 2.4.0 ankur.tyagi85

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=20260819112553.971109-4-ankur.tyagi85@gmail.com \
    --to=ankur.tyagi85@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.