Looks like the newer snapshots don't include manpages, so
docbook-utils-native is required to build them.
Signed-off-by: Michael Smith <msmith@cbnco.com>
tracepath, tracepath6, ping, ping6 and arping."
SECTION = "console/network"
LICENSE ="BSD"
+DEPENDS = "docbook-utils-native"
PR = "r1"
do_compile () {
oe_runmake 'CC=${CC}' \
KERNEL_INCLUDE="${STAGING_INCDIR}" \
- LIBC_INCLUDE="${STAGING_INCDIR}"
+ LIBC_INCLUDE="${STAGING_INCDIR}" all man
}
do_install () {