diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-02-03 16:07:03 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-02-03 16:08:14 -0800 |
commit | 0fdcc509c534d4e561674be02d26efedf638f7c6 (patch) | |
tree | b938a8ee7706f199f459614ef17da421d845d1f9 /meta/recipes-extended/iputils/iputils_s20101006.bb | |
parent | 4cac153859ddbbba0f9d9be467a183a55d7609ea (diff) | |
download | poky-0fdcc509c534d4e561674be02d26efedf638f7c6.tar.gz |
Revert "iputils: enable generation of man pages"
This reverts commit 62337be30b904542ca46333aa9b58fe0f09d3561.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/iputils/iputils_s20101006.bb')
-rw-r--r-- | meta/recipes-extended/iputils/iputils_s20101006.bb | 10 |
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 75dde75030..0a4201787c 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 | |||
11 | file://arping.c;beginline=1;endline=10;md5=ada2a6d06acc90f943bddf40d15e0541 \ | 11 | file://arping.c;beginline=1;endline=10;md5=ada2a6d06acc90f943bddf40d15e0541 \ |
12 | file://tftpd.c;beginline=1;endline=32;md5=28834bf8a91a5b8a92755dbee709ef96 " | 12 | file://tftpd.c;beginline=1;endline=32;md5=28834bf8a91a5b8a92755dbee709ef96 " |
13 | 13 | ||
14 | DEPENDS = "sysfsutils openssl docbook-utils-native" | 14 | DEPENDS = "sysfsutils openssl" |
15 | 15 | ||
16 | PR = "r0" | 16 | PR = "r0" |
17 | 17 | ||
@@ -30,7 +30,7 @@ SRC_URI[sha256sum] = "fd3af46c80ebb99607c2ca1f2a3608b6fe828e25bbec6e54f2afd25f6d | |||
30 | # which is not available in poky | 30 | # which is not available in poky |
31 | 31 | ||
32 | do_compile () { | 32 | do_compile () { |
33 | oe_runmake 'CC=${CC} -D_GNU_SOURCE' VPATH="${STAGING_LIBDIR}" all man | 33 | oe_runmake 'CC=${CC} -D_GNU_SOURCE' VPATH="${STAGING_LIBDIR}" all |
34 | } | 34 | } |
35 | 35 | ||
36 | do_install () { | 36 | do_install () { |
@@ -44,9 +44,9 @@ do_install () { | |||
44 | install -m 0755 $i ${D}${base_bindir}/ | 44 | install -m 0755 $i ${D}${base_bindir}/ |
45 | done | 45 | done |
46 | # Manual pages for things we build packages for | 46 | # Manual pages for things we build packages for |
47 | for i in tracepath.8 traceroute6.8 ping.8 arping.8; do | 47 | # for i in tracepath.8 traceroute6.8 ping.8 arping.8; do |
48 | install -m 0644 doc/$i ${D}${mandir}/man8/ || true | 48 | # install -m 0644 doc/$i ${D}${mandir}/man8/ || true |
49 | done | 49 | # done |
50 | } | 50 | } |
51 | 51 | ||
52 | # Busybox also provides ping and ping6, so use update-alternatives | 52 | # Busybox also provides ping and ping6, so use update-alternatives |