summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/shadow/shadow.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc
index 7f8ee78717..af38b911df 100644
--- a/meta/recipes-extended/shadow/shadow.inc
+++ b/meta/recipes-extended/shadow/shadow.inc
@@ -14,12 +14,12 @@ SRC_URI = "https://github.com/shadow-maint/shadow/releases/download/${PV}/${BP}.
14 file://0001-Make-the-sp_lstchg-shadow-field-reproducible-re.-71.patch \ 14 file://0001-Make-the-sp_lstchg-shadow-field-reproducible-re.-71.patch \
15 file://0001-configure.ac-fix-configure-error-with-dash.patch \ 15 file://0001-configure.ac-fix-configure-error-with-dash.patch \
16 ${@bb.utils.contains('PACKAGECONFIG', 'pam', '${PAM_SRC_URI}', '', d)} \ 16 ${@bb.utils.contains('PACKAGECONFIG', 'pam', '${PAM_SRC_URI}', '', d)} \
17 file://shadow-relaxed-usernames.patch \
17 " 18 "
18 19
19SRC_URI_append_class-target = " \ 20SRC_URI_append_class-target = " \
20 file://login_defs_pam.sed \ 21 file://login_defs_pam.sed \
21 file://shadow-update-pam-conf.patch \ 22 file://shadow-update-pam-conf.patch \
22 file://shadow-relaxed-usernames.patch \
23 " 23 "
24 24
25SRC_URI_append_class-native = " \ 25SRC_URI_append_class-native = " \