[oe-commits] Michael Smith : iputils 20071127: add docbook dependency to fix build

git version control git at git.openembedded.org
Fri Jun 26 12:55:53 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9bc5c3798ed03beaa6a676533f6101cd271272fe
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9bc5c3798ed03beaa6a676533f6101cd271272fe

Author: Michael Smith <msmith at cbnco.com>
Date:   Fri Jun 26 08:14:41 2009 -0400

iputils 20071127: add docbook dependency to fix build

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 821d6c9..3d0c8dc 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 () {





More information about the Openembedded-commits mailing list