summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2022-06-13 15:28:38 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-06-20 12:10:22 -0400
commite4e136c520ffdddd94ec7d5a8515dffc3877cbf0 (patch)
treea0021165b8c412adbeaed2b027f8604bd199b2a0 /recipes-devtools
parent69ea90a25e1421427861c4c5c8f69d7230e811f3 (diff)
downloadmeta-virtualization-e4e136c520ffdddd94ec7d5a8515dffc3877cbf0.tar.gz
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>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/go/go-logrus_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/go/go-logrus_git.bb b/recipes-devtools/go/go-logrus_git.bb
index 2c59d342..cb137707 100644
--- a/recipes-devtools/go/go-logrus_git.bb
+++ b/recipes-devtools/go/go-logrus_git.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8dadfef729c08ec4e631c4f6fc5d43a0"
6 6
7SRCNAME = "logrus" 7SRCNAME = "logrus"
8 8
9PKG_NAME = "github.com/Sirupsen/${SRCNAME}" 9PKG_NAME = "github.com/sirupsen/${SRCNAME}"
10SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https" 10SRC_URI = "git://${PKG_NAME};branch=master;protocol=https"
11 11
12SRCREV = "d26492970760ca5d33129d2d799e34be5c4782eb" 12SRCREV = "d26492970760ca5d33129d2d799e34be5c4782eb"
13PV = "0.11.0+git${SRCPV}" 13PV = "0.11.0+git${SRCPV}"