mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-12-16 15:15:24 +01:00
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>
This commit is contained in:
parent
a4565b8ce7
commit
90debab65f
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user