aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2010-11-07 18:07:39 -0500
committerMichael Smith <msmith@cbnco.com>2010-11-07 19:08:03 -0500
commit8d4ec7688c20df2dee8fa65e031457e7a09d4704 (patch)
treeb2fa602abf2dbc9bf06375ddcb0d16af46f10c56
parent971a58b4865e91f9b2141d3919372b10da69a3bc (diff)
downloadopenembedded-8d4ec7688c20df2dee8fa65e031457e7a09d4704.tar.gz
iproute2: nuke /var/lib/arpd
It belongs in volatiles, if we build arpd - but we don't. Signed-off-by: Michael Smith <msmith@cbnco.com>
-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/*"