diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-31 23:31:13 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-31 23:49:54 -0400 |
| commit | 0cffcd09a44b2a58452a5bb13714bfc47d6546bf (patch) | |
| tree | b91584b573ce42431a35a9b8f064d8be57974e1e /meta-openstack/recipes-connectivity/openssh/openssh_openstack.inc | |
| parent | e887a996155f8b9f22d6aca0e31b5fbccd82751e (diff) | |
| download | meta-cloud-services-0cffcd09a44b2a58452a5bb13714bfc47d6546bf.tar.gz | |
global: overrides conversion
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-connectivity/openssh/openssh_openstack.inc')
| -rw-r--r-- | meta-openstack/recipes-connectivity/openssh/openssh_openstack.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-connectivity/openssh/openssh_openstack.inc b/meta-openstack/recipes-connectivity/openssh/openssh_openstack.inc index 5c0d724..0244ae3 100644 --- a/meta-openstack/recipes-connectivity/openssh/openssh_openstack.inc +++ b/meta-openstack/recipes-connectivity/openssh/openssh_openstack.inc | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 2 | 2 | ||
| 3 | SRC_URI += "file://mcs-sshd" | 3 | SRC_URI += "file://mcs-sshd" |
| 4 | SRC_URI += "file://mcs-sshd_config" | 4 | SRC_URI += "file://mcs-sshd_config" |
| 5 | 5 | ||
| 6 | do_install_append() { | 6 | do_install:append() { |
| 7 | if ${@bb.utils.contains('DISTRO_FEATURES', 'OpenLDAP', 'true', 'false', d)}; then | 7 | if ${@bb.utils.contains('DISTRO_FEATURES', 'OpenLDAP', 'true', 'false', d)}; then |
| 8 | install -D -m 644 ${WORKDIR}/mcs-sshd ${D}/etc/pam.d/sshd | 8 | install -D -m 644 ${WORKDIR}/mcs-sshd ${D}/etc/pam.d/sshd |
| 9 | install -D -m 644 ${WORKDIR}/mcs-sshd_config ${D}/etc/ssh/sshd_config | 9 | install -D -m 644 ${WORKDIR}/mcs-sshd_config ${D}/etc/ssh/sshd_config |
