summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-05-31 04:10:20 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-05-31 04:10:20 +0000
commiteec75099e0009930ee654ac487667a1d3c3936b1 (patch)
treef2c5e79dd041d1512f7af3571adfa4b8a8a7b200 /recipes-containers
parentd98def067ce900a52ffb4db6c641bbbac21dff59 (diff)
downloadmeta-virtualization-eec75099e0009930ee654ac487667a1d3c3936b1.tar.gz
oci-runtime-spec: update to v1.3.0-tip
Bumping runtime-spec to version v1.3.0-15-g6999a89, which comprises the following commits: 63c1dd6 Blank line before table Fixes #1134 53abf18 ci: bump golangci-lint to v2.10 90a6479 Fix an error in the docs 4361740 schema: fix definition for array type 04836b1 schema: fix path for uint32 type c668b01 config-linux: allow empty strings in memory policy nodes field 9d0d4bc version: v1.3.0+dev 0ef13af Add step to update website after a release Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb4
1 files changed, 2 insertions, 2 deletions
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 24fce75a..0c913ae1 100644
--- a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
+++ b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
@@ -9,8 +9,8 @@ SRCNAME = "runtime-spec"
9PKG_NAME = "github.com/opencontainers/${SRCNAME}" 9PKG_NAME = "github.com/opencontainers/${SRCNAME}"
10SRC_URI = "git://${PKG_NAME};destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${PKG_NAME};branch=main;protocol=https" 10SRC_URI = "git://${PKG_NAME};destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${PKG_NAME};branch=main;protocol=https"
11 11
12SRCREV = "701738418b9555d5213337a0991fd0ffd6c37808" 12SRCREV = "6999a89a76a0329f440d5740497bedb9dd431297"
13PV = "v1.2.0+git" 13PV = "v1.3.0+git"
14 14
15# NO-OP the do compile rule because this recipe is source only. 15# NO-OP the do compile rule because this recipe is source only.
16do_compile() { 16do_compile() {