summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-networking/openvswitch/openvswitch_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index b46d5af4..1c6252a9 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -50,4 +50,5 @@ do_install_ptest() {
50 50
51do_install_append() { 51do_install_append() {
52 oe_runmake modules_install INSTALL_MOD_PATH=${D} 52 oe_runmake modules_install INSTALL_MOD_PATH=${D}
53 rm -r ${D}/${localstatedir}/run
53} 54}