[oe] [PATCH] iputils 20071127: add docbook dependency to fix build

Michael Smith msmith at cbnco.com
Thu Jun 4 17:04:48 UTC 2009


Looks like the newer snapshots don't include manpages, so
docbook-utils-native is required to build them.

Signed-off-by: Michael Smith <msmith at cbnco.com>
---
 recipes/iputils/iputils_20071127.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/iputils/iputils_20071127.bb b/recipes/iputils/iputils_20071127.bb
index 9235a65..9bd47d8 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"
 
 #Need more testing
 DEFAULT_PREFERENCE = "-1"
@@ -37,7 +38,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 () {
-- 
1.6.3





More information about the Openembedded-devel mailing list