diff options
| author | Richard Leitner <richard.leitner@skidata.com> | 2018-06-04 10:00:45 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-06-05 10:03:43 -0700 |
| commit | 268b4bd1dc4286f5b79e2a2d39c7cfdb12220fff (patch) | |
| tree | 3201679ed7b39144562aa5fcacd64e2ea30ac16c /meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb | |
| parent | f5a3718a41687def7a4f17b264ae4a66c340acab (diff) | |
| download | meta-openembedded-268b4bd1dc4286f5b79e2a2d39c7cfdb12220fff.tar.gz | |
pam-plugin-ccreds: add recipe
Add version 11 of the pam-plugin-ccreds with the debian patches and a
fix for *.so symlink creation applied.
Upstreaming of these patches was requested by following pull-request:
https://github.com/PADL/pam_ccreds/pull/1
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb')
| -rw-r--r-- | meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb b/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb new file mode 100644 index 0000000000..9a21d90456 --- /dev/null +++ b/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | SUMMARY = "PAM cached credentials module" | ||
| 2 | HOMEPAGE = "https://www.padl.com/OSS/pam_ccreds.html" | ||
| 3 | SECTION = "libs" | ||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 6 | |||
| 7 | DEPENDS = "libpam openssl db" | ||
| 8 | |||
| 9 | inherit distro_features_check | ||
| 10 | REQUIRED_DISTRO_FEATURES = "pam" | ||
| 11 | |||
| 12 | SRCREV = "376bb189ceb3a113954f1012c45be7ff09e148ba" | ||
| 13 | |||
| 14 | SRC_URI = " \ | ||
| 15 | git://github.com/PADL/pam_ccreds \ | ||
| 16 | file://0001-make-sure-we-don-t-overflow-the-data-buffer.patch \ | ||
| 17 | file://0002-add-minimum_uid-option.patch \ | ||
| 18 | file://0003-Set-EXTENSION_SO-for-all-linux-targets.patch \ | ||
| 19 | " | ||
| 20 | |||
| 21 | S = "${WORKDIR}/git" | ||
| 22 | |||
| 23 | inherit autotools | ||
| 24 | |||
| 25 | EXTRA_OECONF += "--libdir=${base_libdir} " | ||
| 26 | |||
| 27 | FILES_${PN} += "${base_libdir}/security/pam*" | ||
