summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch
diff options
context:
space:
mode:
authorDai Caiyun <daicy.fnst@cn.fujitsu.com>2016-01-03 02:06:02 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-05-16 11:37:12 -0400
commitfd94b3f2e6ad3a74bc3af5f30a1f3f86a9dc42bf (patch)
tree84125c6dbef95bcbe0ad100714d36598b5852766 /recipes-networking/openvswitch
parent7e2ad373b6ed453e3157d2a8e1b3ad9efeda6b3a (diff)
downloadmeta-virtualization-fd94b3f2e6ad3a74bc3af5f30a1f3f86a9dc42bf.tar.gz
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 <daicy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch')
-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}