iproute2: nuke /var/lib/arpd
authorMichael Smith <msmith@cbnco.com>
Sun, 7 Nov 2010 23:07:39 +0000 (18:07 -0500)
committerMichael Smith <msmith@cbnco.com>
Mon, 8 Nov 2010 00:08:03 +0000 (19:08 -0500)
It belongs in volatiles, if we build arpd - but we don't.

Signed-off-by: Michael Smith <msmith@cbnco.com>
recipes/iproute2/iproute2.inc

index e755ce5..382a709 100644 (file)
@@ -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/*"