[oe-commits] Michael Smith : iproute2: nuke /var/lib/arpd

git version control git at git.openembedded.org
Fri Nov 12 05:06:40 UTC 2010


Module: openembedded.git
Branch: testing-next
Commit: 8d4ec7688c20df2dee8fa65e031457e7a09d4704
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8d4ec7688c20df2dee8fa65e031457e7a09d4704

Author: Michael Smith <msmith at cbnco.com>
Date:   Sun Nov  7 18:07:39 2010 -0500

iproute2: nuke /var/lib/arpd

It belongs in volatiles, if we build arpd - but we don't.

Signed-off-by: Michael Smith <msmith at cbnco.com>

---

 recipes/iproute2/iproute2.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/iproute2/iproute2.inc b/recipes/iproute2/iproute2.inc
index e755ce5..382a709 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/*"





More information about the Openembedded-commits mailing list