mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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 <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
147e78a2af
commit
96870b9712
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE.code;md5=9cd86830b557232ce55e
|
|||
SRCNAME = "go-digest"
|
||||
|
||||
PKG_NAME = "github.com/opencontainers/${SRCNAME}"
|
||||
SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=master;protocol=https"
|
||||
SRC_URI = "git://${PKG_NAME};destsuffix=git/src/${PKG_NAME};branch=master;protocol=https"
|
||||
|
||||
SRCREV = "b6234c321f263c503268e3b205f3d9755f9d14ed"
|
||||
PV = "v1.0.0-rc0+git${SRCPV}"
|
||||
|
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=6fe682a02df52c6653f33bd0f
|
|||
SRCNAME = "errors"
|
||||
|
||||
PKG_NAME = "github.com/pkg/${SRCNAME}"
|
||||
SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=master;protocol=https"
|
||||
SRC_URI = "git://${PKG_NAME};destsuffix=git/src/${PKG_NAME};branch=master;protocol=https"
|
||||
|
||||
SRCREV = "5dd12d0cfe7f152f80558d591504ce685299311e"
|
||||
PV = "v0.8.1+git${SRCPV}"
|
||||
|
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE.txt;md5=920d76114a32b0fb75b3f
|
|||
SRCNAME = "cobra"
|
||||
|
||||
PKG_NAME = "github.com/spf13/${SRCNAME}"
|
||||
SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=master;protocol=https"
|
||||
SRC_URI = "git://${PKG_NAME};destsuffix=git/src/${PKG_NAME};branch=master;protocol=https"
|
||||
|
||||
SRCREV = "b5d8e8f46a2f829f755b6e33b454e25c61c935e1"
|
||||
PV = "v0.0.1+git${SRCPV}"
|
||||
|
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=1e8b7dc8b906737639131047a
|
|||
SRCNAME = "pflag"
|
||||
|
||||
PKG_NAME = "github.com/spf13/${SRCNAME}"
|
||||
SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=master;protocol=https"
|
||||
SRC_URI = "git://${PKG_NAME};destsuffix=git/src/${PKG_NAME};branch=master;protocol=https"
|
||||
|
||||
SRCREV = "d5e0c0615acee7028e1e2740a11102313be88de1"
|
||||
PV = "v1.0.5+git${SRCPV}"
|
||||
|
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=27ef03aa2da6e424307f102e8
|
|||
SRCNAME = "image-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 = "02efb9a75ee11e05937b535cc5f228f9343ab2f5"
|
||||
PV = "v1.0.2+git${SRCPV}"
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user