summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libuser/libuser_0.57.1.bb
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2011-02-23 14:14:12 -0800
committerSaul Wold <sgw@linux.intel.com>2011-02-25 08:46:59 -0800
commit1cf7d6c214c560ae3408ebddf02eed8705304ce7 (patch)
tree8941a54b3981207c5334ede3401f68e55a1ae407 /meta/recipes-extended/libuser/libuser_0.57.1.bb
parentd7d53a500c7d18c9d6362261ad1351a6810098f1 (diff)
downloadpoky-1cf7d6c214c560ae3408ebddf02eed8705304ce7.tar.gz
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.bb')
-rw-r--r--meta/recipes-extended/libuser/libuser_0.57.1.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-extended/libuser/libuser_0.57.1.bb b/meta/recipes-extended/libuser/libuser_0.57.1.bb
index d2e7c3aa2e..2dd3f11bf7 100644
--- a/meta/recipes-extended/libuser/libuser_0.57.1.bb
+++ b/meta/recipes-extended/libuser/libuser_0.57.1.bb
@@ -11,15 +11,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
11 11
12SECTION = "base" 12SECTION = "base"
13 13
14SRC_URI = "https://fedorahosted.org/releases/l/i/libuser/libuser-${PV}.tar.xz \ 14SRC_URI = "https://fedorahosted.org/releases/l/i/libuser/libuser-${PV}.tar.xz"
15 file://disable-sgml-doc.patch;patch=1"
16 15
17SRC_URI[md5sum] = "be82c6941264d0b4bd04f95fb342ec7d" 16SRC_URI[md5sum] = "be82c6941264d0b4bd04f95fb342ec7d"
18SRC_URI[sha256sum] = "a61289867581fa715354a3fafe09c3e481173ce0a2dcb33b04588b6ac13cead5" 17SRC_URI[sha256sum] = "a61289867581fa715354a3fafe09c3e481173ce0a2dcb33b04588b6ac13cead5"
19PR = "r0" 18PR = "r1"
20 19
21DEPENDS = "gettext libpam glib-2.0 xz-native" 20DEPENDS = "gettext popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native"
22 21
23EXTRA_OECONF += "--disable-gtk-doc --without-python" 22EXTRA_OECONF += "--without-python"
24 23
25inherit autotools 24inherit autotools