diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-08-12 10:41:29 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-08-25 22:55:48 -0400 |
| commit | 05f316f70a4d2edb0ec63299bbd5de21fe0038cb (patch) | |
| tree | 84bcc2152393c3b0d9215051876356f230cfaa23 /recipes-containers/lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch | |
| parent | 538e94e674dc1be0b0fee5da54083ca040b2f7b9 (diff) | |
| download | meta-virtualization-05f316f70a4d2edb0ec63299bbd5de21fe0038cb.tar.gz | |
lxc: update to 5.x and meson
This is a significant update to lxc as autotools has been replaced
with meson.
Not all existing autotools options have meson equivalents, so there
may be differences in functionallity.
As part of this update, and unused features have been dropped, mainly
when the meson equivalent was not available.
Basic / core functionality has been tested with systemd, sysvinit
requires more work, and patches will be accepted to restore that
capability.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch')
| -rw-r--r-- | recipes-containers/lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch | 29 |
1 files changed, 0 insertions, 29 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 deleted file mode 100644 index be5dddf1..00000000 --- a/recipes-containers/lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | From 85d1e77acbfde2aa1045cfda877a91a9e57c405d Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Jim Somerville <Jim.Somerville@windriver.com> | ||
| 3 | Date: Tue, 11 Aug 2015 14:05:00 -0400 | ||
| 4 | Subject: [PATCH] lxc: doc: upgrade to use docbook 3.1 DTD | ||
| 5 | |||
| 6 | docbook2man fails to build the man pages in poky | ||
| 7 | due to missing the ancient Davenport 3.0 DTD. | ||
| 8 | Poky meta has the Oasis 3.1 version so upgrade | ||
| 9 | to use that instead. | ||
| 10 | |||
| 11 | Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com> | ||
| 12 | |||
| 13 | --- | ||
| 14 | configure.ac | 2 +- | ||
| 15 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 16 | |||
| 17 | diff --git a/configure.ac b/configure.ac | ||
| 18 | index 90a4bd4..a3272e9 100644 | ||
| 19 | --- a/configure.ac | ||
| 20 | +++ b/configure.ac | ||
| 21 | @@ -227,7 +227,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 | ||
