All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libuv: fix upstream version check
@ 2022-03-08  9:42 Alexander Kanavin
  0 siblings, 0 replies; only message in thread
From: Alexander Kanavin @ 2022-03-08  9:42 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-connectivity/libuv/libuv_1.43.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-connectivity/libuv/libuv_1.43.0.bb b/meta/recipes-connectivity/libuv/libuv_1.43.0.bb
index 1b536de1e3..4ae4262fb9 100644
--- a/meta/recipes-connectivity/libuv/libuv_1.43.0.bb
+++ b/meta/recipes-connectivity/libuv/libuv_1.43.0.bb
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47"
 
 SRCREV = "988f2bfc4defb9a85a536a3e645834c161143ee0"
 SRC_URI = "git://github.com/libuv/libuv;branch=v1.x;protocol=https"
+UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"
 
-- 
2.30.2



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

only message in thread, other threads:[~2022-03-08  9:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08  9:42 [PATCH] libuv: fix upstream version check Alexander Kanavin

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.