From 87526423d572b435002f54c6e9e28e4591c53447 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Mon, 22 Oct 2018 16:12:51 +0800 Subject: lxc: Upgrade to 3.0.2 * Refresh patch to avoid fuzz warnings * Update to 3.0.2 as lxc-destroy failed when system boot in nfs rootfs in lxc 3.0.1 as below: # lxc-destroy -n test9 lxc-destroy: test9: utils.c: _recursive_rmdir: 149 Failed to delete /var/lib/lxc/test9 lxc-destroy: test9: lxccontainer.c: container_destroy: 2946 Failed to destroy directory "/var/lib/lxc/test9" for "test9" Destroying test9 failed Update to 3.0.2 to fix the above issue Signed-off-by: Mingli Yu Signed-off-by: Bruce Ashfield --- .../lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'recipes-containers/lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch') diff --git a/recipes-containers/lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch b/recipes-containers/lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch index 5f9d7718..085ffe80 100644 --- a/recipes-containers/lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch +++ b/recipes-containers/lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch @@ -1,8 +1,7 @@ -From 4cf207ffd64c6f815e62ecbbf25b5a378e707182 Mon Sep 17 00:00:00 2001 -Message-Id: <4cf207ffd64c6f815e62ecbbf25b5a378e707182.1439319694.git.Jim.Somerville@windriver.com> +From 5190dce1a675dfcdf88e3b94bd48070ac180bacc Mon Sep 17 00:00:00 2001 From: Jim Somerville Date: Tue, 11 Aug 2015 14:05:00 -0400 -Subject: [PATCH 1/1] lxc: doc: upgrade to use docbook 3.1 DTD +Subject: [PATCH] lxc: doc: upgrade to use docbook 3.1 DTD docbook2man fails to build the man pages in poky due to missing the ancient Davenport 3.0 DTD. @@ -10,15 +9,16 @@ Poky meta has the Oasis 3.1 version so upgrade to use that instead. Signed-off-by: Jim Somerville + --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index 4972803..2e67b5e 100644 +index 1acc461..74b976a 100644 --- a/configure.ac +++ b/configure.ac -@@ -179,7 +179,7 @@ AM_CONDITIONAL([ENABLE_DOCBOOK], [test "x$db2xman" != "x"]) +@@ -213,7 +213,7 @@ AM_CONDITIONAL([ENABLE_DOCBOOK], [test "x$db2xman" != "x"]) AM_CONDITIONAL([USE_DOCBOOK2X], [test "x$db2xman" != "xdocbook2man"]) if test "x$db2xman" = "xdocbook2man"; then @@ -27,6 +27,3 @@ index 4972803..2e67b5e 100644 else docdtd="\"-//OASIS//DTD DocBook XML\" \"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\"" fi --- -1.8.3.2 - -- cgit v1.2.3-54-g00ecf