[meta-virtualization] [PATCH] ovs: add /run to main package

Bruce Ashfield bruce.ashfield at windriver.com
Sat Aug 10 20:06:16 PDT 2013


In a systemd based build, /var/run is translated to /run. Since ovs doesn't
currently package this directory, it results in a QA error. Adding it to the
main ovs package fixes the QA issue and provides the proper runtime support.

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
---
 recipes-networking/openvswitch/openvswitch_1.10.0.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-networking/openvswitch/openvswitch_1.10.0.bb b/recipes-networking/openvswitch/openvswitch_1.10.0.bb
index 4fb2670..9cdd839 100644
--- a/recipes-networking/openvswitch/openvswitch_1.10.0.bb
+++ b/recipes-networking/openvswitch/openvswitch_1.10.0.bb
@@ -53,6 +53,7 @@ FILES_${PN}-switch = "${sysconfdir}/init.d/openvswitch-switch \
 		   "
 # silence a warning
 FILES_${PN} += "${datadir}/ovsdbmonitor"
+FILES_${PN} += "/run"
 
 inherit autotools update-rc.d
 
-- 
1.7.10.4




More information about the meta-virtualization mailing list