summaryrefslogtreecommitdiffstats
path: root/recipes/iproute2/iproute2.inc
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2010-11-12 00:00:20 -0500
committerCliff Brake <cbrake@bec-systems.com>2010-11-12 00:00:20 -0500
commit3c6efe8f8abc16668ca5e9cdf7a46665dac87172 (patch)
tree642c13416b99e80f0871cdc6668e832e635dfb48 /recipes/iproute2/iproute2.inc
parentc400c874f2ac9233b8a43a73309b6e7907289c54 (diff)
parent13fbe7253c95881ede787004a4c3a1c31502e5c6 (diff)
downloadopenembedded-tested_2010-11-12.tar.gz
Merge branch 'master' into testing-nexttested_2010-11-12testing
Diffstat (limited to 'recipes/iproute2/iproute2.inc')
-rw-r--r--recipes/iproute2/iproute2.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/iproute2/iproute2.inc b/recipes/iproute2/iproute2.inc
index e755ce5abc..382a709e7d 100644
--- a/recipes/iproute2/iproute2.inc
+++ b/recipes/iproute2/iproute2.inc
@@ -4,7 +4,7 @@ SECTION = "base"
LICENSE = "GPLv2"
DEPENDS = "flex-native bison-native"
-INC_PR = "r3"
+INC_PR = "r4"
# Set the DATE in the .bb file
SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}-${DATE}.tar.gz"
@@ -25,6 +25,7 @@ do_install () {
install -d ${D}${datadir}
mv ${D}/share/* ${D}${datadir}/ || true
rm ${D}/share -rf || true
+ rm -rf ${D}/var/lib/arpd
}
FILES_${PN} += "/usr/lib/tc/*"