diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-03-08 08:56:09 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-03-21 17:31:29 -0400 |
commit | 3cd2f56a1649acd2d9a8064b8e03f13ec6a256be (patch) | |
tree | 03d88a914b94a0fbc70f8bd6c4a1a914f034b97a | |
parent | 5fd91604efd7da2b84d3742cf0b44b52de518348 (diff) | |
download | meta-virtualization-3cd2f56a1649acd2d9a8064b8e03f13ec6a256be.tar.gz |
oci-runtime-spec: update to 1.0.2-tip
Bumping runtime-spec to version v1.0.2-79-g7ceeb8a, which comprises the following commits:
600a8bd cgroup ownership: clarify that some files may not exist
0608c1f Switch to GitHub Actions, CODEOWNERS, etc.
f4ef391 specify cgroup ownership semantics
104385d config-linux: MAY reject an unfit cgroup
411082c add youki to implementations.md
6641127 alphabetize the implementation list.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb | 2 |
1 files changed, 1 insertions, 1 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 4e2a7be0..5e0be285 100644 --- a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb +++ b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb | |||
@@ -9,7 +9,7 @@ SRCNAME = "runtime-spec" | |||
9 | PKG_NAME = "github.com/opencontainers/${SRCNAME}" | 9 | PKG_NAME = "github.com/opencontainers/${SRCNAME}" |
10 | SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=main;protocol=https" | 10 | SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=main;protocol=https" |
11 | 11 | ||
12 | SRCREV = "ab23082b188344f6fbb63a441ea00ffc2852d06d" | 12 | SRCREV = "7ceeb8af52593e37d8ef28bd350f50044b7adf1d" |
13 | PV = "v1.0.2+git${SRCPV}" | 13 | PV = "v1.0.2+git${SRCPV}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |