aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iputils/iputils_20071127.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-16 16:08:55 +0200
committerKoen Kooi <koen@openembedded.org>2009-06-16 16:08:55 +0200
commite33293bf4db621de992d73406d24b9c86b542b1b (patch)
tree4e278b033c36ce82bbf56e9008009f73c2aa7b54 /recipes/iputils/iputils_20071127.bb
parent8687813463bc7c9f37349000f75cfc0967da8458 (diff)
downloadopenembedded-e33293bf4db621de992d73406d24b9c86b542b1b.tar.gz
iputils 20071127: touch up debian patches
Diffstat (limited to 'recipes/iputils/iputils_20071127.bb')
-rw-r--r--recipes/iputils/iputils_20071127.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/iputils/iputils_20071127.bb b/recipes/iputils/iputils_20071127.bb
index 9235a65c52..821d6c9c2f 100644
--- a/recipes/iputils/iputils_20071127.bb
+++ b/recipes/iputils/iputils_20071127.bb
@@ -4,8 +4,11 @@ tracepath, tracepath6, ping, ping6 and arping."
SECTION = "console/network"
LICENSE ="BSD"
+PR = "r1"
+
#Need more testing
DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_angstrom = "2"
SRC_URI = "http://ftp.de.debian.org/debian/pool/main/i/iputils/iputils_${PV}.orig.tar.gz \
file://debian/fix-dead-host-ping-stats.diff;patch=1 \
@@ -52,7 +55,7 @@ do_install () {
done
# Manual pages for things we build packages for
for i in tracepath.8 traceroute6.8 ping.8 arping.8; do
- install -m 0644 doc/$i ${D}${mandir}/man8/
+ install -m 0644 doc/$i ${D}${mandir}/man8/ || true
done
}