summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-03-27 16:56:03 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-03-27 16:56:03 +0000
commit921801ae49711d231b0f00be8754c1936e4a675c (patch)
treeda5252dc39912cd50533b3d501c9b94b39ff057e /recipes-containers
parentad6a311fc13c2e112791ade719e5d27119d74b51 (diff)
downloadmeta-virtualization-921801ae49711d231b0f00be8754c1936e4a675c.tar.gz
runc: fix RUNC_VERSION to match release-1.5 branch
RUNC_VERSION was still set to 1.3.0 from a previous update but the recipe is now tracking the release-1.5 branch at v1.5.0-rc.1+4. Update to match the actual upstream version. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/runc/runc_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/runc/runc_git.bb b/recipes-containers/runc/runc_git.bb
index dbb05f75..6ae647ee 100644
--- a/recipes-containers/runc/runc_git.bb
+++ b/recipes-containers/runc/runc_git.bb
@@ -5,7 +5,7 @@ SRC_URI = " \
5 git://github.com/opencontainers/runc;branch=release-1.5;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ 5 git://github.com/opencontainers/runc;branch=release-1.5;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
6 file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ 6 file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
7 " 7 "
8RUNC_VERSION = "1.3.0" 8RUNC_VERSION = "1.5.0-rc.1"
9 9
10# for compatibility with existing RDEPENDS that have existed since 10# for compatibility with existing RDEPENDS that have existed since
11# runc-docker and runc-opencontainers were separate 11# runc-docker and runc-opencontainers were separate