diff options
| author | Richard Leitner <richard.leitner@skidata.com> | 2018-08-02 10:45:06 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-08-02 11:23:03 -0700 |
| commit | f7ed3cfdf80ecd5e35201e74650a794f90ba981b (patch) | |
| tree | 1fba75296330cc1a7380262be6dec618d85d2bbc /meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb | |
| parent | dacc1f30c7f0cd59a9fe170a1c368ecf3bf71ef7 (diff) | |
| download | meta-openembedded-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.bb | 11 |
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" | |||
| 9 | inherit distro_features_check | 9 | inherit distro_features_check |
| 10 | REQUIRED_DISTRO_FEATURES = "pam" | 10 | REQUIRED_DISTRO_FEATURES = "pam" |
| 11 | 11 | ||
| 12 | SRCREV = "376bb189ceb3a113954f1012c45be7ff09e148ba" | 12 | SRCREV = "e2145df09469bf84878e4729b4ecd814efb797d1" |
| 13 | 13 | ||
| 14 | SRC_URI = " \ | 14 | SRC_URI = "git://github.com/PADL/pam_ccreds" |
| 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 | 15 | ||
| 21 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 22 | 17 | ||
