summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2018-06-04 10:00:45 +0200
committerKhem Raj <raj.khem@gmail.com>2018-06-05 10:03:43 -0700
commit268b4bd1dc4286f5b79e2a2d39c7cfdb12220fff (patch)
tree3201679ed7b39144562aa5fcacd64e2ea30ac16c /meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb
parentf5a3718a41687def7a4f17b264ae4a66c340acab (diff)
downloadmeta-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.bb27
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 @@
1SUMMARY = "PAM cached credentials module"
2HOMEPAGE = "https://www.padl.com/OSS/pam_ccreds.html"
3SECTION = "libs"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
6
7DEPENDS = "libpam openssl db"
8
9inherit distro_features_check
10REQUIRED_DISTRO_FEATURES = "pam"
11
12SRCREV = "376bb189ceb3a113954f1012c45be7ff09e148ba"
13
14SRC_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
21S = "${WORKDIR}/git"
22
23inherit autotools
24
25EXTRA_OECONF += "--libdir=${base_libdir} "
26
27FILES_${PN} += "${base_libdir}/security/pam*"