From fb380fd60f31edf9786e1ad82c1e76eefad82697 Mon Sep 17 00:00:00 2001 From: Jim Somerville Date: Thu, 9 Jul 2015 09:58:28 -0400 Subject: lxc: upgrade to version 1.1.2 This version has better support for unprivileged containers. Two patches are deleted as they are now included. One new patch is introduced to fix a file not found error at the install build step. Signed-off-by: Jim Somerville Signed-off-by: Bruce Ashfield --- .../lxc-helper-create-local-action-function.patch | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 recipes-containers/lxc/files/lxc-helper-create-local-action-function.patch (limited to 'recipes-containers/lxc/files/lxc-helper-create-local-action-function.patch') diff --git a/recipes-containers/lxc/files/lxc-helper-create-local-action-function.patch b/recipes-containers/lxc/files/lxc-helper-create-local-action-function.patch deleted file mode 100644 index d1d31eea..00000000 --- a/recipes-containers/lxc/files/lxc-helper-create-local-action-function.patch +++ /dev/null @@ -1,38 +0,0 @@ -From aada9da49caca9e4a25764df2d2a2c11d9d95dbb Mon Sep 17 00:00:00 2001 -From: Bruce Ashfield -Date: Fri, 10 Apr 2015 10:55:49 -0400 -Subject: [PATCH] lxc-helper: create local action() function - -Signed-off-by: Bruce Ashfield ---- - config/init/sysvinit/lxc.in | 14 ++++++++++++++ - 1 file changed, 14 insertions(+) - -diff --git a/config/init/sysvinit/lxc.in b/config/init/sysvinit/lxc.in -index 19c102e74c86..9f96a4f7496f 100644 ---- a/config/init/sysvinit/lxc.in -+++ b/config/init/sysvinit/lxc.in -@@ -52,6 +52,20 @@ test ! -r "$sysconfdir"/sysconfig/lxc || - # Check for needed utility program - [ -x "$bindir"/lxc-autostart ] || exit 1 - -+action() -+{ -+ local STRING rc -+ -+ STRING=$1 -+ echo -n "$STRING " -+ -+ shift -+ "$@" && success $"$STRING" || failure $"$STRING" -+ rc=$? -+ -+ return $rc -+} -+ - # If libvirtd is providing the bridge, it might not be - # immediately available, so wait a bit for it before starting - # up the containers or else any that use the bridge will fail --- -2.1.0 - -- cgit v1.2.3-54-g00ecf