From 96870b97127c234f139fdf3ec7477b9bec9969bb Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Mon, 13 Feb 2023 22:28:18 -0800 Subject: meta-virt: sync SRC_URIs between k8s and k3s k3s is using a lot of SRC_URIs and some of them have corrsponding recipe in meta-virt, which are used by k8s. These components' SRC_URIs are better to be kept in sync, because this avoids two local git repos (Yocto supports fetching locally) which are totally the same. Remove the '.git' suffix from these recipes to sync the SRC_URIs. Signed-off-by: Chen Qi Signed-off-by: Bruce Ashfield --- recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers/oci-runtime-spec') diff --git a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb index 5e0be285..e5a9ef04 100644 --- a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb +++ b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=b355a61a394a504dacde901c9 SRCNAME = "runtime-spec" PKG_NAME = "github.com/opencontainers/${SRCNAME}" -SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=main;protocol=https" +SRC_URI = "git://${PKG_NAME};destsuffix=git/src/${PKG_NAME};branch=main;protocol=https" SRCREV = "7ceeb8af52593e37d8ef28bd350f50044b7adf1d" PV = "v1.0.2+git${SRCPV}" -- cgit v1.2.3-54-g00ecf