summaryrefslogtreecommitdiffstats
path: root/recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb
diff options
context:
space:
mode:
authorJason Wessel <jason.wessel@windriver.com>2017-07-13 10:09:05 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-07-13 13:53:58 -0400
commitcc3d8b9268e8eca1128a7f5d6349d818211c2097 (patch)
tree89bea99b80f1010eb1d0516022a1fd58186e250d /recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb
parent3c435ae8f0f9150dccd7d3a272323e3ee7f218d3 (diff)
downloadmeta-virtualization-cc3d8b9268e8eca1128a7f5d6349d818211c2097.tar.gz
oci-systemd-hook: Uprev hook to latest
The selinux disable patch required changes as more setfilecon operations were added. The new upstream work is needed to allow the rootfs specification to continue working because runc no longer passes the "root" key as a part of the json configuration which is sent to a hook via stdin. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb')
-rw-r--r--recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb b/recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb
index 872872a1..fc889053 100644
--- a/recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb
+++ b/recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb
@@ -6,7 +6,7 @@ PRIORITY = "optional"
6 6
7DEPENDS = "yajl util-linux" 7DEPENDS = "yajl util-linux"
8 8
9SRCREV = "ca515c1f399bd0b16e94b7c34aa1ef20498beca6" 9SRCREV = "1ac958a4197a9ea52174812fc7d7d036af8140d3"
10SRC_URI = "git://github.com/projectatomic/oci-systemd-hook \ 10SRC_URI = "git://github.com/projectatomic/oci-systemd-hook \
11 file://0001-selinux-drop-selinux-support.patch \ 11 file://0001-selinux-drop-selinux-support.patch \
12 file://0001-configure-drop-selinux-support.patch \ 12 file://0001-configure-drop-selinux-support.patch \