summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch32
-rw-r--r--recipes-containers/lxc/lxc_1.1.2.bb1
2 files changed, 33 insertions, 0 deletions
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
new file mode 100644
index 00000000..5f9d7718
--- /dev/null
+++ b/recipes-containers/lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch
@@ -0,0 +1,32 @@
1From 4cf207ffd64c6f815e62ecbbf25b5a378e707182 Mon Sep 17 00:00:00 2001
2Message-Id: <4cf207ffd64c6f815e62ecbbf25b5a378e707182.1439319694.git.Jim.Somerville@windriver.com>
3From: Jim Somerville <Jim.Somerville@windriver.com>
4Date: Tue, 11 Aug 2015 14:05:00 -0400
5Subject: [PATCH 1/1] lxc: doc: upgrade to use docbook 3.1 DTD
6
7docbook2man fails to build the man pages in poky
8due to missing the ancient Davenport 3.0 DTD.
9Poky meta has the Oasis 3.1 version so upgrade
10to use that instead.
11
12Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
13---
14 configure.ac | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17diff --git a/configure.ac b/configure.ac
18index 4972803..2e67b5e 100644
19--- a/configure.ac
20+++ b/configure.ac
21@@ -179,7 +179,7 @@ AM_CONDITIONAL([ENABLE_DOCBOOK], [test "x$db2xman" != "x"])
22 AM_CONDITIONAL([USE_DOCBOOK2X], [test "x$db2xman" != "xdocbook2man"])
23
24 if test "x$db2xman" = "xdocbook2man"; then
25- docdtd="\"-//Davenport//DTD DocBook V3.0//EN\""
26+ docdtd="\"-//OASIS//DTD DocBook V3.1//EN\""
27 else
28 docdtd="\"-//OASIS//DTD DocBook XML\" \"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\""
29 fi
30--
311.8.3.2
32
diff --git a/recipes-containers/lxc/lxc_1.1.2.bb b/recipes-containers/lxc/lxc_1.1.2.bb
index 77d226b3..7bbae88b 100644
--- a/recipes-containers/lxc/lxc_1.1.2.bb
+++ b/recipes-containers/lxc/lxc_1.1.2.bb
@@ -33,6 +33,7 @@ SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \
33 file://lxc-busybox-add-OpenSSH-support.patch \ 33 file://lxc-busybox-add-OpenSSH-support.patch \
34 file://make-some-OpenSSH-tools-optional.patch \ 34 file://make-some-OpenSSH-tools-optional.patch \
35 file://Generate-lxc-restore-net-properly.patch \ 35 file://Generate-lxc-restore-net-properly.patch \
36 file://lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch \
36 " 37 "
37 38
38SRC_URI[md5sum] = "3ebadacf5fe8bfe689fd7a09812b682c" 39SRC_URI[md5sum] = "3ebadacf5fe8bfe689fd7a09812b682c"