mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
libuv: fixup SRC_URI
Add the trailing '.git' to git repo uri in SRC_URI then it could share source code repo on premirror with grpc which uses libuv as a git submodule with fixed revision. (From OE-Core rev: cecdf616e7cf192cdc723a446be1d14c197c980d) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -6,7 +6,7 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ad93ca1fffe931537fcf64f6fcce084d"
|
||||
|
||||
SRCREV = "0c1fa696aa502eb749c2c4735005f41ba00a27b8"
|
||||
SRC_URI = "git://github.com/libuv/libuv;branch=v1.x;protocol=https"
|
||||
SRC_URI = "git://github.com/libuv/libuv.git;branch=v1.x;protocol=https"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user