diff options
Diffstat (limited to 'meta-oe/recipes-devtools/yasm/yasm_git.bb')
-rw-r--r-- | meta-oe/recipes-devtools/yasm/yasm_git.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-devtools/yasm/yasm_git.bb b/meta-oe/recipes-devtools/yasm/yasm_git.bb index 216b777667..68895a1697 100644 --- a/meta-oe/recipes-devtools/yasm/yasm_git.bb +++ b/meta-oe/recipes-devtools/yasm/yasm_git.bb | |||
@@ -8,17 +8,14 @@ DEPENDS += "flex-native bison-native" | |||
8 | PACKAGECONFIG[docs] = ",,xmlto-native," | 8 | PACKAGECONFIG[docs] = ",,xmlto-native," |
9 | 9 | ||
10 | PV = "1.3.0+git" | 10 | PV = "1.3.0+git" |
11 | # v1.3.0 | 11 | # v1.3.0-87 |
12 | SRCREV = "ba463d3c26c0ece2e797b8d6381b161633b5971a" | 12 | SRCREV = "121ab150b3577b666c79a79f4a511798d7ad2432" |
13 | SRC_URI = "git://github.com/yasm/yasm.git;branch=master;protocol=https \ | 13 | SRC_URI = "git://github.com/yasm/yasm.git;branch=master;protocol=https \ |
14 | file://0001-Do-not-use-AC_HEADER_STDC.patch \ | ||
15 | file://CVE-2023-31975.patch \ | ||
16 | file://CVE-2023-37732.patch \ | ||
17 | file://0001-yasm-Set-build-date-to-SOURCE_DATE_EPOCH.patch \ | 14 | file://0001-yasm-Set-build-date-to-SOURCE_DATE_EPOCH.patch \ |
18 | file://0002-yasm-Use-BUILD_DATE-for-reproducibility.patch \ | 15 | file://0002-yasm-Use-BUILD_DATE-for-reproducibility.patch \ |
16 | file://0001-bitvect-fix-build-with-gcc-15.patch \ | ||
19 | " | 17 | " |
20 | 18 | ||
21 | S = "${WORKDIR}/git" | ||
22 | 19 | ||
23 | inherit autotools gettext python3native | 20 | inherit autotools gettext python3native |
24 | 21 | ||
@@ -33,3 +30,6 @@ do_configure:prepend() { | |||
33 | sed -i -e "s/^echo \"\/\* generated \$ac_cv_stdint_message \*\/\" >>\$ac_stdint$"// ${S}/m4/ax_create_stdint_h.m4 | 30 | sed -i -e "s/^echo \"\/\* generated \$ac_cv_stdint_message \*\/\" >>\$ac_stdint$"// ${S}/m4/ax_create_stdint_h.m4 |
34 | } | 31 | } |
35 | 32 | ||
33 | CVE_STATUS_GROUPS += "CVE_STATUS_HASH_UPDATE" | ||
34 | CVE_STATUS_HASH_UPDATE = "CVE-2021-33454 CVE-2023-31975 CVE-2023-37732" | ||
35 | CVE_STATUS_HASH_UPDATE[status] = "fixed-version: patched in current git hash" | ||