diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-09-04 16:12:40 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-09-04 16:14:18 -0400 |
| commit | cdb64ac0d1f8f35e52bef18dd15ea25872fcf645 (patch) | |
| tree | 5e18e715e3dfb4e728cd0892ed13ad880cce14fa /recipes-networking/openvswitch/openvswitch_git.bb | |
| parent | e47cd6f12e91dfef4c874193b516869fbac4abda (diff) | |
| download | meta-virtualization-cdb64ac0d1f8f35e52bef18dd15ea25872fcf645.tar.gz | |
openvswitch: fixup the ovsdb-server.service
The service currently fails to run since the runtime directories
aren't being created. Create the runtime directories and fixup the
path to echo to get things working again.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_git.bb')
| -rw-r--r-- | recipes-networking/openvswitch/openvswitch_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb index edffdcef..4a6002a9 100644 --- a/recipes-networking/openvswitch/openvswitch_git.bb +++ b/recipes-networking/openvswitch/openvswitch_git.bb | |||
| @@ -30,6 +30,7 @@ SRC_URI = "file://openvswitch-switch \ | |||
| 30 | file://0002-Define-WAIT_ANY-if-not-provided-by-system.patch \ | 30 | file://0002-Define-WAIT_ANY-if-not-provided-by-system.patch \ |
| 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 | " | 34 | " |
| 34 | 35 | ||
| 35 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab" | 36 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab" |
