diff options
| -rw-r--r-- | dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.2.bb (renamed from dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.1.bb b/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.2.bb index 9fa9d3b..d61471c 100644 --- a/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.1.bb +++ b/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.2.bb | |||
| @@ -26,8 +26,7 @@ SRC_URI = "https://github.com/SSSD/sssd/releases/download/${PV}/${BP}.tar.gz \ | |||
| 26 | file://musl_fixup.patch \ | 26 | file://musl_fixup.patch \ |
| 27 | file://0001-sssctl-add-error-analyzer.patch \ | 27 | file://0001-sssctl-add-error-analyzer.patch \ |
| 28 | " | 28 | " |
| 29 | 29 | SRC_URI[sha256sum] = "827bc65d64132410e6dd3df003f04829d60387ec30e72b2d4e22d93bb6f762ba" | |
| 30 | SRC_URI[sha256sum] = "97703d38159994a869aad1c852de4582c76f189cf044f51e15ba26e1e4b75298" | ||
| 31 | 30 | ||
| 32 | UPSTREAM_CHECK_URI = "https://github.com/SSSD/${BPN}/releases" | 31 | UPSTREAM_CHECK_URI = "https://github.com/SSSD/${BPN}/releases" |
| 33 | 32 | ||
| @@ -81,6 +80,7 @@ do_configure:prepend() { | |||
| 81 | } | 80 | } |
| 82 | 81 | ||
| 83 | do_compile:prepend () { | 82 | do_compile:prepend () { |
| 83 | sed -i -e "s/__useconds_t/useconds_t/g" ${S}/src/tools/tools_mc_util.c | ||
| 84 | echo '#define NSUPDATE_PATH "${bindir}"' >> ${B}/config.h | 84 | echo '#define NSUPDATE_PATH "${bindir}"' >> ${B}/config.h |
| 85 | } | 85 | } |
| 86 | do_install () { | 86 | do_install () { |
