diff options
| author | Jan Kiszka <jan.kiszka@siemens.com> | 2017-07-16 16:48:25 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-07-17 15:48:43 -0400 |
| commit | be934f72d2758b6a71438633392dd14352db39f8 (patch) | |
| tree | 255d284be09544b34d3ba93a6117ccc4338bf500 | |
| parent | 3b9dbb00756a4c7424a3db82bfc428c8b8f31fa0 (diff) | |
| download | meta-virtualization-be934f72d2758b6a71438633392dd14352db39f8.tar.gz | |
lxc: Fix INITSCRIPT_PARAMS value
Analogously to docker: There is no variable
OS_DEFAULT_INITSCRIPT_PARAMS, just use "defaults".
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | recipes-containers/lxc/lxc_2.0.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/lxc/lxc_2.0.8.bb b/recipes-containers/lxc/lxc_2.0.8.bb index f4d1102b..8b5d77fc 100644 --- a/recipes-containers/lxc/lxc_2.0.8.bb +++ b/recipes-containers/lxc/lxc_2.0.8.bb | |||
| @@ -79,7 +79,7 @@ SYSTEMD_AUTO_ENABLE_${PN}-setup = "disable" | |||
| 79 | 79 | ||
| 80 | INITSCRIPT_PACKAGES = "${PN}-setup" | 80 | INITSCRIPT_PACKAGES = "${PN}-setup" |
| 81 | INITSCRIPT_NAME_{PN}-setup = "lxc" | 81 | INITSCRIPT_NAME_{PN}-setup = "lxc" |
| 82 | INITSCRIPT_PARAMS_${PN}-setup = "${OS_DEFAULT_INITSCRIPT_PARAMS}" | 82 | INITSCRIPT_PARAMS_${PN}-setup = "defaults" |
| 83 | 83 | ||
| 84 | FILES_${PN}-doc = "${mandir} ${infodir}" | 84 | FILES_${PN}-doc = "${mandir} ${infodir}" |
| 85 | # For LXC the docdir only contains example configuration files and should be included in the lxc package | 85 | # For LXC the docdir only contains example configuration files and should be included in the lxc package |
