diff options
Diffstat (limited to 'meta/recipes-extended/libuser/libuser-0.56.18/disable-sgml-doc.patch')
-rw-r--r-- | meta/recipes-extended/libuser/libuser-0.56.18/disable-sgml-doc.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-extended/libuser/libuser-0.56.18/disable-sgml-doc.patch b/meta/recipes-extended/libuser/libuser-0.56.18/disable-sgml-doc.patch new file mode 100644 index 0000000000..a2017c5724 --- /dev/null +++ b/meta/recipes-extended/libuser/libuser-0.56.18/disable-sgml-doc.patch | |||
@@ -0,0 +1,18 @@ | |||
1 | Disable generating docs from sgml, which requries linuxdoc-tools. | ||
2 | |||
3 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> | ||
4 | Index: libuser-0.56.16/docs/Makefile.am | ||
5 | =================================================================== | ||
6 | --- libuser-0.56.16.orig/docs/Makefile.am 2010-08-12 13:29:43.000000000 +0800 | ||
7 | +++ libuser-0.56.16/docs/Makefile.am 2010-08-12 13:29:51.000000000 +0800 | ||
8 | @@ -14,8 +14,8 @@ | ||
9 | |||
10 | sgml/libuser.txt: $(srcdir)/sgml/libuser.sgml | ||
11 | [ -d sgml ] || mkdir sgml | ||
12 | - cd sgml; sgml2txt ../$(srcdir)/sgml/libuser.sgml | ||
13 | +# cd sgml; sgml2txt ../$(srcdir)/sgml/libuser.sgml | ||
14 | |||
15 | sgml/libuser.html: $(srcdir)/sgml/libuser.sgml | ||
16 | [ -d sgml ] || mkdir sgml | ||
17 | - cd sgml; sgml2html ../$(srcdir)/sgml/libuser.sgml | ||
18 | +# cd sgml; sgml2html ../$(srcdir)/sgml/libuser.sgml | ||