aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iputils
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/iputils')
-rw-r--r--recipes/iputils/iputils_20071127.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/iputils/iputils_20071127.bb b/recipes/iputils/iputils_20071127.bb
index 821d6c9c2f..3d0c8dcde5 100644
--- a/recipes/iputils/iputils_20071127.bb
+++ b/recipes/iputils/iputils_20071127.bb
@@ -3,6 +3,7 @@ DESCRIPTION = "Utilities for the IP protocol, including traceroute6, \
tracepath, tracepath6, ping, ping6 and arping."
SECTION = "console/network"
LICENSE ="BSD"
+DEPENDS = "docbook-utils-native"
PR = "r1"
@@ -40,7 +41,7 @@ FILES_${PN}-doc = "${mandir}/man8"
do_compile () {
oe_runmake 'CC=${CC}' \
KERNEL_INCLUDE="${STAGING_INCDIR}" \
- LIBC_INCLUDE="${STAGING_INCDIR}"
+ LIBC_INCLUDE="${STAGING_INCDIR}" all man
}
do_install () {