mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
go-logrus: sync SRC_URI with nerdctl and k3s
Use the lower case and remove the '.git' suffix to sync with other go-logurs SRC_URIs in nerdctl and k3s recipes. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
69ea90a25e
commit
e4e136c520
|
@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8dadfef729c08ec4e631c4f6fc5d43a0"
|
||||||
|
|
||||||
SRCNAME = "logrus"
|
SRCNAME = "logrus"
|
||||||
|
|
||||||
PKG_NAME = "github.com/Sirupsen/${SRCNAME}"
|
PKG_NAME = "github.com/sirupsen/${SRCNAME}"
|
||||||
SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https"
|
SRC_URI = "git://${PKG_NAME};branch=master;protocol=https"
|
||||||
|
|
||||||
SRCREV = "d26492970760ca5d33129d2d799e34be5c4782eb"
|
SRCREV = "d26492970760ca5d33129d2d799e34be5c4782eb"
|
||||||
PV = "0.11.0+git${SRCPV}"
|
PV = "0.11.0+git${SRCPV}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user