diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-10 23:06:16 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-15 08:49:56 -0400 |
commit | 90debab65fdfc65501215b51aa3901250340f6a9 (patch) | |
tree | e42802350e04bd4ce148c1b1018089d5b5806d31 /recipes-networking | |
parent | a4565b8ce7614b3a6453220c31a4c103c9d857ef (diff) | |
download | meta-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')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch_1.10.0.bb | 1 |
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 |
55 | FILES_${PN} += "${datadir}/ovsdbmonitor" | 55 | FILES_${PN} += "${datadir}/ovsdbmonitor" |
56 | FILES_${PN} += "/run" | ||
56 | 57 | ||
57 | inherit autotools update-rc.d | 58 | inherit autotools update-rc.d |
58 | 59 | ||