diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-02-23 14:14:12 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2011-03-01 11:46:41 +0000 |
commit | 6667dd32845061652810835d9a48ede57bf7943f (patch) | |
tree | 3968d39cacbb982670aab932e17ddbf603c4368c /meta/recipes-extended/libuser/libuser-0.57.1 | |
parent | b0384f6fb1099d25c42538eb018a25da7a4b2e19 (diff) | |
download | openembedded-core-6667dd32845061652810835d9a48ede57bf7943f.tar.gz openembedded-core-6667dd32845061652810835d9a48ede57bf7943f.tar.bz2 openembedded-core-6667dd32845061652810835d9a48ede57bf7943f.tar.xz openembedded-core-6667dd32845061652810835d9a48ede57bf7943f.zip |
libuser: enable documentation
Added popt to DEPENDS. This fixes the following build error:
apps/luserdel.c:25:18: fatal error: popt.h: No such file or directory
Remove patch and configure flag which had disabled doc generation
Add docbook-utils-native and linuxdoc-tools-native to DEPENDS
This fixes [BUGID #213]
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-extended/libuser/libuser-0.57.1')
-rw-r--r-- | meta/recipes-extended/libuser/libuser-0.57.1/disable-sgml-doc.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-extended/libuser/libuser-0.57.1/disable-sgml-doc.patch b/meta/recipes-extended/libuser/libuser-0.57.1/disable-sgml-doc.patch deleted file mode 100644 index a2017c572..000000000 --- a/meta/recipes-extended/libuser/libuser-0.57.1/disable-sgml-doc.patch +++ /dev/null @@ -1,18 +0,0 @@ -Disable generating docs from sgml, which requries linuxdoc-tools. - -Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> -Index: libuser-0.56.16/docs/Makefile.am -=================================================================== ---- libuser-0.56.16.orig/docs/Makefile.am 2010-08-12 13:29:43.000000000 +0800 -+++ libuser-0.56.16/docs/Makefile.am 2010-08-12 13:29:51.000000000 +0800 -@@ -14,8 +14,8 @@ - - sgml/libuser.txt: $(srcdir)/sgml/libuser.sgml - [ -d sgml ] || mkdir sgml -- cd sgml; sgml2txt ../$(srcdir)/sgml/libuser.sgml -+# cd sgml; sgml2txt ../$(srcdir)/sgml/libuser.sgml - - sgml/libuser.html: $(srcdir)/sgml/libuser.sgml - [ -d sgml ] || mkdir sgml -- cd sgml; sgml2html ../$(srcdir)/sgml/libuser.sgml -+# cd sgml; sgml2html ../$(srcdir)/sgml/libuser.sgml |