summaryrefslogtreecommitdiffstats
path: root/recipes/iproute2/iproute2.inc
diff options
context:
space:
mode:
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/*"