summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2020-11-19 19:00:32 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-24 13:17:59 +0000
commit4dfddb155e565744c5b77e683450f040e8c75f11 (patch)
tree5cbdd3981ef44db50ee3111264f7f9e13e939831
parentc0ca5c54fb41391068c1225aa6c8f925820aa002 (diff)
downloadpoky-4dfddb155e565744c5b77e683450f040e8c75f11.tar.gz
bison: update to 3.5.4 for CVE-2020-14150
Release notes: https://lists.gnu.org/archive/html/info-gnu/2020-04/msg00000.html (From OE-Core rev: 6e1647fe60004bd4989a65824f0bf02d37f5aeba) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/bison/bison_3.5.4.bb (renamed from meta/recipes-devtools/bison/bison_3.5.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.5.3.bb b/meta/recipes-devtools/bison/bison_3.5.4.bb
index e6c169e9db..9830721038 100644
--- a/meta/recipes-devtools/bison/bison_3.5.3.bb
+++ b/meta/recipes-devtools/bison/bison_3.5.4.bb
@@ -14,7 +14,7 @@ SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \
14 file://add-with-bisonlocaledir.patch \ 14 file://add-with-bisonlocaledir.patch \
15 file://0001-bison-fix-the-parallel-build.patch \ 15 file://0001-bison-fix-the-parallel-build.patch \
16" 16"
17SRC_URI[sha256sum] = "2bf85b5f88a5f2fa8069aed2a2dfc3a9f8d15a97e59c713e3906e5fdd982a7c4" 17SRC_URI[sha256sum] = "4c17e99881978fa32c05933c5262457fa5b2b611668454f8dc2a695cd6b3720c"
18 18
19# No point in hardcoding path to m4, just use PATH 19# No point in hardcoding path to m4, just use PATH
20EXTRA_OECONF += "M4=m4" 20EXTRA_OECONF += "M4=m4"