diff options
-rw-r--r-- | meta/recipes-extended/xz/xz_5.4.7.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/xz/xz_5.4.7.bb b/meta/recipes-extended/xz/xz_5.4.7.bb index 563643d4d9..30a4c8e88c 100644 --- a/meta/recipes-extended/xz/xz_5.4.7.bb +++ b/meta/recipes-extended/xz/xz_5.4.7.bb | |||
@@ -35,6 +35,8 @@ SRC_URI[sha256sum] = "8db6664c48ca07908b92baedcfe7f3ba23f49ef2476864518ab5db6723 | |||
35 | UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+(\.\d+)+)" | 35 | UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+(\.\d+)+)" |
36 | UPSTREAM_CHECK_URI = "https://github.com/tukaani-project/xz/releases/" | 36 | UPSTREAM_CHECK_URI = "https://github.com/tukaani-project/xz/releases/" |
37 | 37 | ||
38 | CVE_STATUS[CVE-2024-47611] = "not-applicable-platform: Issue only applies on Windows" | ||
39 | |||
38 | CACHED_CONFIGUREVARS += "gl_cv_posix_shell=/bin/sh" | 40 | CACHED_CONFIGUREVARS += "gl_cv_posix_shell=/bin/sh" |
39 | 41 | ||
40 | inherit autotools gettext ptest | 42 | inherit autotools gettext ptest |