summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/openvswitch_1.10.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-08-10 23:06:16 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-15 08:49:56 -0400
commit90debab65fdfc65501215b51aa3901250340f6a9 (patch)
treee42802350e04bd4ce148c1b1018089d5b5806d31 /recipes-networking/openvswitch/openvswitch_1.10.0.bb
parenta4565b8ce7614b3a6453220c31a4c103c9d857ef (diff)
downloadmeta-virtualization-90debab65fdfc65501215b51aa3901250340f6a9.tar.gz
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_1.10.0.bb')
-rw-r--r--recipes-networking/openvswitch/openvswitch_1.10.0.bb1
1 files changed, 1 insertions, 0 deletions
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 \
53 " 53 "
54# silence a warning 54# silence a warning
55FILES_${PN} += "${datadir}/ovsdbmonitor" 55FILES_${PN} += "${datadir}/ovsdbmonitor"
56FILES_${PN} += "/run"
56 57
57inherit autotools update-rc.d 58inherit autotools update-rc.d
58 59