diff options
author | Guðni Már Gilbert <gudni.m.g@gmail.com> | 2024-11-19 17:56:26 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-11-26 06:11:30 -0800 |
commit | ca10bad4db99afddaa86ef43b66f74ffe8d94b26 (patch) | |
tree | e2b3939c6bad755e339ccda722680fbe39977ab6 | |
parent | d6bb2db3a5e727b0037fea1814476b40df9e8abf (diff) | |
download | poky-ca10bad4db99afddaa86ef43b66f74ffe8d94b26.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: 7d0c32584846f6cd12e5bda046fb7ad8f8821de4)
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: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-extended/pam/libpam_1.5.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.5.3.bb b/meta/recipes-extended/pam/libpam_1.5.3.bb index bcaa84c9a5..f05272652d 100644 --- a/meta/recipes-extended/pam/libpam_1.5.3.bb +++ b/meta/recipes-extended/pam/libpam_1.5.3.bb | |||
@@ -31,7 +31,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/Linux-PAM-${PV}.tar.xz \ | |||
31 | 31 | ||
32 | SRC_URI[sha256sum] = "7ac4b50feee004a9fa88f1dfd2d2fa738a82896763050cd773b3c54b0a818283" | 32 | SRC_URI[sha256sum] = "7ac4b50feee004a9fa88f1dfd2d2fa738a82896763050cd773b3c54b0a818283" |
33 | 33 | ||
34 | DEPENDS = "bison-native flex-native cracklib libxml2-native virtual/crypt" | 34 | DEPENDS = "bison-native flex-native libxml2-native virtual/crypt" |
35 | 35 | ||
36 | EXTRA_OECONF = "--includedir=${includedir}/security \ | 36 | EXTRA_OECONF = "--includedir=${includedir}/security \ |
37 | --libdir=${base_libdir} \ | 37 | --libdir=${base_libdir} \ |