summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorGuðni Már Gilbert <gudni.m.g@gmail.com>2024-11-18 15:31:18 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-19 12:54:32 +0000
commitb3c2e1f30a9f187ee2657d787456e42644225e77 (patch)
tree17bb74ae9a3f395709e76c9f625f3a3b7e5bc995 /meta/recipes-extended
parentcc959a78aa8516c3ab7aac1819ecc47bf2373ab0 (diff)
downloadpoky-b3c2e1f30a9f187ee2657d787456e42644225e77.tar.gz
libpam: drop cracklib from DEPENDS
cracklib was dropped as a dependency in libpam v1.5.0 See the following commit as reference: https://github.com/linux-pam/linux-pam/commit/d702ff714c309069111899fd07c09e31c414c166 (From OE-Core rev: f206c48a71e10195fb1d20a5b4efafad4ae64d95) Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/pam/libpam_1.6.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.6.1.bb b/meta/recipes-extended/pam/libpam_1.6.1.bb
index c9ef40bf23..a48f78187b 100644
--- a/meta/recipes-extended/pam/libpam_1.6.1.bb
+++ b/meta/recipes-extended/pam/libpam_1.6.1.bb
@@ -27,7 +27,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/Linux-PAM-${PV}.tar.xz \
27 27
28SRC_URI[sha256sum] = "f8923c740159052d719dbfc2a2f81942d68dd34fcaf61c706a02c9b80feeef8e" 28SRC_URI[sha256sum] = "f8923c740159052d719dbfc2a2f81942d68dd34fcaf61c706a02c9b80feeef8e"
29 29
30DEPENDS = "bison-native flex-native cracklib libxml2-native virtual/crypt" 30DEPENDS = "bison-native flex-native libxml2-native virtual/crypt"
31 31
32EXTRA_OECONF = "--includedir=${includedir}/security \ 32EXTRA_OECONF = "--includedir=${includedir}/security \
33 --libdir=${base_libdir} \ 33 --libdir=${base_libdir} \