git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af34699
)
iputils 20071127: add docbook dependency to fix build
author
Michael Smith
<msmith@cbnco.com>
Fri, 26 Jun 2009 12:14:41 +0000
(08:14 -0400)
committer
Phil Blundell
<philb@gnu.org>
Fri, 26 Jun 2009 12:55:45 +0000
(13:55 +0100)
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>
recipes/iputils/iputils_20071127.bb
patch
|
blob
|
history
diff --git
a/recipes/iputils/iputils_20071127.bb
b/recipes/iputils/iputils_20071127.bb
index
821d6c9
..
3d0c8dc
100644
(file)
--- 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 () {