mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

github is removing git:// access, and fetches will start experiencing interruptions in service, and eventually will fail completely. bitbake will also begin to warn on github src_uri's that don't use https. So we convert the meta-virt instances to use protocol=https (done using the oe-core contrib conversion script) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
11 lines
289 B
BlitzBasic
11 lines
289 B
BlitzBasic
include runc.inc
|
|
|
|
SRCREV = "86d83333d765f4535e4898d6778388dab715eb7c"
|
|
SRC_URI = " \
|
|
git://github.com/opencontainers/runc;branch=release-1.0;protocol=https \
|
|
file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
|
|
"
|
|
RUNC_VERSION = "1.0.2"
|
|
|
|
CVE_PRODUCT = "runc"
|