From f206c48a71e10195fb1d20a5b4efafad4ae64d95 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Mon, 18 Nov 2024 15:31:18 +0000 Subject: [PATCH] libpam: drop cracklib from DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Guðni Már Gilbert Signed-off-by: Mathieu Dubois-Briand --- meta/recipes-extended/pam/libpam_1.6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/pam/libpam_1.6.1.bb b/meta/recipes-extended/pam/libpam_1.6.1.bb index c9ef40bf234..a48f78187b2 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 \ SRC_URI[sha256sum] = "f8923c740159052d719dbfc2a2f81942d68dd34fcaf61c706a02c9b80feeef8e" -DEPENDS = "bison-native flex-native cracklib libxml2-native virtual/crypt" +DEPENDS = "bison-native flex-native libxml2-native virtual/crypt" EXTRA_OECONF = "--includedir=${includedir}/security \ --libdir=${base_libdir} \ -- 2.47.3