summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/openvswitch_git.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2020-10-20 14:59:28 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-10-27 23:24:47 -0400
commit28cca9a78e91adc800e079588797df4cf82a378b (patch)
tree830b3bb74d9949bb82d6624cc1d6188f3b72f409 /recipes-networking/openvswitch/openvswitch_git.bb
parent9d5d904f8abd2ae6ef2351751eb82f44024bbb35 (diff)
downloadmeta-virtualization-28cca9a78e91adc800e079588797df4cf82a378b.tar.gz
openvswitch: use /run instead of /var/run in systemd service file
/var/run has been deprecated by systemd, so use /run instead, as suggested by systemd. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_git.bb')
-rw-r--r--recipes-networking/openvswitch/openvswitch_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index 07258be7..fa1ec4dc 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -31,6 +31,7 @@ SRC_URI = "file://openvswitch-switch \
31 file://python-switch-remaining-scripts-to-use-python3.patch \ 31 file://python-switch-remaining-scripts-to-use-python3.patch \
32 file://systemd-update-tool-paths.patch \ 32 file://systemd-update-tool-paths.patch \
33 file://systemd-create-runtime-dirs.patch \ 33 file://systemd-create-runtime-dirs.patch \
34 file://0001-ovs-use-run-instead-of-var-run-for-in-systemd-units.patch \
34 " 35 "
35 36
36LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab" 37LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab"