aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2018-08-02 10:45:06 +0200
committerKhem Raj <raj.khem@gmail.com>2018-08-02 11:23:03 -0700
commitf7ed3cfdf80ecd5e35201e74650a794f90ba981b (patch)
tree1fba75296330cc1a7380262be6dec618d85d2bbc /meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb
parentdacc1f30c7f0cd59a9fe170a1c368ecf3bf71ef7 (diff)
downloadmeta-openembedded-contrib-f7ed3cfdf80ecd5e35201e74650a794f90ba981b.tar.gz
pam-plugin-ccreds: remove local patches
As our patches were merged upstream [1] we can safely remove them and use the new upstream revision. [1] 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.bb11
1 files changed, 3 insertions, 8 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
index 9a21d90456..95d879dc67 100644
--- a/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb
+++ b/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb
@@ -9,14 +9,9 @@ DEPENDS = "libpam openssl db"
inherit distro_features_check
REQUIRED_DISTRO_FEATURES = "pam"
-SRCREV = "376bb189ceb3a113954f1012c45be7ff09e148ba"
-
-SRC_URI = " \
- git://github.com/PADL/pam_ccreds \
- file://0001-make-sure-we-don-t-overflow-the-data-buffer.patch \
- file://0002-add-minimum_uid-option.patch \
- file://0003-Set-EXTENSION_SO-for-all-linux-targets.patch \
-"
+SRCREV = "e2145df09469bf84878e4729b4ecd814efb797d1"
+
+SRC_URI = "git://github.com/PADL/pam_ccreds"
S = "${WORKDIR}/git"