aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/iputils
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2011-01-27 14:24:58 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-01 23:59:36 +0000
commit62337be30b904542ca46333aa9b58fe0f09d3561 (patch)
treef2a877937e12e631507e98baf0d11bdee31f44ae /meta/recipes-extended/iputils
parent8b5e600141b2b4275551bea925a2e63cfe1297bd (diff)
downloadopenembedded-core-62337be30b904542ca46333aa9b58fe0f09d3561.tar.gz
iputils: enable generation of man pages
Enable documentation generation. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-extended/iputils')
-rw-r--r--meta/recipes-extended/iputils/iputils_s20101006.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-extended/iputils/iputils_s20101006.bb b/meta/recipes-extended/iputils/iputils_s20101006.bb
index 0a4201787c..75dde75030 100644
--- a/meta/recipes-extended/iputils/iputils_s20101006.bb
+++ b/meta/recipes-extended/iputils/iputils_s20101006.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://ping.c;beginline=1;endline=35;md5=f9ceb201733e9a6cf8f
file://arping.c;beginline=1;endline=10;md5=ada2a6d06acc90f943bddf40d15e0541 \
file://tftpd.c;beginline=1;endline=32;md5=28834bf8a91a5b8a92755dbee709ef96 "
-DEPENDS = "sysfsutils openssl"
+DEPENDS = "sysfsutils openssl docbook-utils-native"
PR = "r0"
@@ -30,7 +30,7 @@ SRC_URI[sha256sum] = "fd3af46c80ebb99607c2ca1f2a3608b6fe828e25bbec6e54f2afd25f6d
# which is not available in poky
do_compile () {
- oe_runmake 'CC=${CC} -D_GNU_SOURCE' VPATH="${STAGING_LIBDIR}" all
+ oe_runmake 'CC=${CC} -D_GNU_SOURCE' VPATH="${STAGING_LIBDIR}" all man
}
do_install () {
@@ -44,9 +44,9 @@ do_install () {
install -m 0755 $i ${D}${base_bindir}/
done
# Manual pages for things we build packages for
-# for i in tracepath.8 traceroute6.8 ping.8 arping.8; do
-# install -m 0644 doc/$i ${D}${mandir}/man8/ || true
-# done
+ for i in tracepath.8 traceroute6.8 ping.8 arping.8; do
+ install -m 0644 doc/$i ${D}${mandir}/man8/ || true
+ done
}
# Busybox also provides ping and ping6, so use update-alternatives