mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00

The upstream project has renamed master -> main, so we change our SRC_URI to match. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
11 lines
272 B
BlitzBasic
11 lines
272 B
BlitzBasic
include runc.inc
|
|
|
|
SRCREV = "49a73463331bd8ff44bb8349e33f4b2e1ae34b4f"
|
|
SRC_URI = " \
|
|
git://github.com/opencontainers/runc;branch=main \
|
|
file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
|
|
"
|
|
RUNC_VERSION = "1.0.0-rc92"
|
|
|
|
CVE_PRODUCT = "runc"
|