From 90debab65fdfc65501215b51aa3901250340f6a9 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 10 Aug 2013 23:06:16 -0400 Subject: ovs: add /run to main package 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 --- recipes-networking/openvswitch/openvswitch_1.10.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-networking/openvswitch/openvswitch_1.10.0.bb') diff --git a/recipes-networking/openvswitch/openvswitch_1.10.0.bb b/recipes-networking/openvswitch/openvswitch_1.10.0.bb index 4fb2670b..9cdd839d 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 -- cgit v1.2.3-54-g00ecf