mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
libuv: fix upstream version check
(From OE-Core rev: b6172a98c25f5b0e700e6d84e19d6a1aa7d56780) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4247f1feec
commit
442c2cca0f
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user