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>
This commit is contained in:
Bruce Ashfield 2022-03-08 08:56:09 -05:00
parent 5fd91604ef
commit 3cd2f56a16

View File

@ -9,7 +9,7 @@ SRCNAME = "runtime-spec"
PKG_NAME = "github.com/opencontainers/${SRCNAME}"
SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=main;protocol=https"
SRCREV = "ab23082b188344f6fbb63a441ea00ffc2852d06d"
SRCREV = "7ceeb8af52593e37d8ef28bd350f50044b7adf1d"
PV = "v1.0.2+git${SRCPV}"
S = "${WORKDIR}/git"