diff options
-rw-r--r-- | dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.7.3.bb (renamed from dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.7.1.bb) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.7.1.bb b/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.7.3.bb index 71f14a0..95065b3 100644 --- a/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.7.1.bb +++ b/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.7.3.bb | |||
@@ -26,7 +26,9 @@ SRC_URI = "https://github.com/SSSD/sssd/releases/download/${PV}/sssd-${PV}.tar.g | |||
26 | file://musl_fixup.patch \ | 26 | file://musl_fixup.patch \ |
27 | " | 27 | " |
28 | 28 | ||
29 | SRC_URI[sha256sum] = "8eebd541a640aec95ed4b2da89713f0cbe8e4edf96895fbb972c0b9d570635c3" | 29 | SRC_URI[sha256sum] = "ab3c3fe2a69cc7b2557715a11000aaf358c0afd65f2828ca47a2d3b2651d871b" |
30 | |||
31 | UPSTREAM_CHECK_URI = "https://github.com/SSSD/${BPN}/releases" | ||
30 | 32 | ||
31 | inherit autotools pkgconfig gettext python3-dir features_check systemd | 33 | inherit autotools pkgconfig gettext python3-dir features_check systemd |
32 | 34 | ||