diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-25 13:43:48 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-25 13:44:03 -0400 |
| commit | 2d4fa14e545084acd35cbe19e32807ff96d93859 (patch) | |
| tree | 981793be8cb017d132ee915337befc30d273cddd /meta-openstack/recipes-extended/libpam/libpam_1.1.5.bbappend | |
| parent | e9136650b58e24c4641e7cf008c857f349c92c03 (diff) | |
| download | meta-cloud-services-2d4fa14e545084acd35cbe19e32807ff96d93859.tar.gz | |
bbappends: resync bbappends to oe-core/meta-oe latest
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-extended/libpam/libpam_1.1.5.bbappend')
| -rw-r--r-- | meta-openstack/recipes-extended/libpam/libpam_1.1.5.bbappend | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-openstack/recipes-extended/libpam/libpam_1.1.5.bbappend b/meta-openstack/recipes-extended/libpam/libpam_1.1.5.bbappend deleted file mode 100644 index dc32cc9..0000000 --- a/meta-openstack/recipes-extended/libpam/libpam_1.1.5.bbappend +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | PRINC = "1" | ||
| 2 | |||
| 3 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | ||
| 4 | |||
| 5 | SRC_URI += "file://common-account" | ||
| 6 | SRC_URI += "file://common-auth" | ||
| 7 | SRC_URI += "file://common-password" | ||
| 8 | SRC_URI += "file://common-session" | ||
| 9 | SRC_URI += "file://common-session-noninteractive" | ||
| 10 | |||
| 11 | PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'OpenLDAP', 'OpenLDAP', '', d)}" | ||
| 12 | PACKAGECONFIG[OpenLDAP] = ",,,pam-plugin-mkhomedir nss-pam-ldapd" | ||
| 13 | |||
| 14 | do_install_append() { | ||
| 15 | if ${@base_contains('DISTRO_FEATURES', 'OpenLDAP', 'true', 'false', d)}; then | ||
| 16 | install -m 755 -d ${D}/etc/pam.d/ | ||
| 17 | install -m 644 ${WORKDIR}/common-account ${D}/etc/pam.d/ | ||
| 18 | install -m 644 ${WORKDIR}/common-auth ${D}/etc/pam.d/ | ||
| 19 | install -m 644 ${WORKDIR}/common-password ${D}/etc/pam.d/ | ||
| 20 | install -m 644 ${WORKDIR}/common-session ${D}/etc/pam.d/ | ||
| 21 | install -m 644 ${WORKDIR}/common-session-noninteractive ${D}/etc/pam.d/ | ||
| 22 | fi | ||
| 23 | } | ||
