From fd94b3f2e6ad3a74bc3af5f30a1f3f86a9dc42bf Mon Sep 17 00:00:00 2001 From: Dai Caiyun Date: Sun, 3 Jan 2016 02:06:02 +0300 Subject: openvswitch: Fix rootfs creation errors error: file /var/run from install of openvswitch-2.1.3-r0.x86_64 conflicts with file from package base-files-3.0.14-r89.ubinux_x86_64 Signed-off-by: Dai Caiyun Signed-off-by: Bruce Ashfield --- recipes-networking/openvswitch/openvswitch_git.bb | 1 + 1 file changed, 1 insertion(+) 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() { do_install_append() { oe_runmake modules_install INSTALL_MOD_PATH=${D} + rm -r ${D}/${localstatedir}/run } -- cgit v1.2.3-54-g00ecf