From 8d4ec7688c20df2dee8fa65e031457e7a09d4704 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 7 Nov 2010 18:07:39 -0500 Subject: [PATCH] iproute2: nuke /var/lib/arpd It belongs in volatiles, if we build arpd - but we don't. Signed-off-by: Michael Smith --- recipes/iproute2/iproute2.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/*" -- 2.39.5