summaryrefslogtreecommitdiffstats
path: root/meta-lsb/packages/iputils/files/debian/targets.diff
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2010-07-29 15:43:22 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-20 16:20:12 +0100
commit89ae21775cc0d1bfdd312255d480b7345a079583 (patch)
tree4f1fdb5045069a1f95e74f7d12662e2067403454 /meta-lsb/packages/iputils/files/debian/targets.diff
parent070096ec70651cf28138167b8d33b67051b872ca (diff)
downloadpoky-89ae21775cc0d1bfdd312255d480b7345a079583.tar.gz
iputils: add iputils package
iputils are utilities for the IP protocol, including traceroute6, tracepath, tracepath6, ping, ping6 and arping. this commit add iputils 20100418. code is borrowed from open embedded and debian, with following changes: - upgrade from s20071127 to s20100418 - update the do_compile (add VPATH) to make s20100418 pass - disable man since it depends docbook while poky don't have Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta-lsb/packages/iputils/files/debian/targets.diff')
-rw-r--r--meta-lsb/packages/iputils/files/debian/targets.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-lsb/packages/iputils/files/debian/targets.diff b/meta-lsb/packages/iputils/files/debian/targets.diff
new file mode 100644
index 0000000000..b5e907a8d0
--- /dev/null
+++ b/meta-lsb/packages/iputils/files/debian/targets.diff
@@ -0,0 +1,13 @@
1Index: trunk/Makefile
2===================================================================
3--- trunk.orig/Makefile 2010-05-07 23:43:00.000000000 -0700
4+++ trunk/Makefile 2010-05-07 23:47:10.000000000 -0700
5@@ -16,7 +16,7 @@
6 CCOPT=-D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
7 CFLAGS=$(CCOPT) $(GLIBCFIX) $(DEFINES)
8
9-IPV4_TARGETS=tracepath ping clockdiff rdisc arping tftpd rarpd
10+IPV4_TARGETS=tracepath ping arping clockdiff
11 IPV6_TARGETS=tracepath6 traceroute6 ping6
12 TARGETS=$(IPV4_TARGETS) $(IPV6_TARGETS)
13