summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-06-08 09:46:44 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-08 21:42:24 +0100
commit5c2b545a9334daddbd0d9fc43264e6029336101e (patch)
treeced605fcfd5ab7ff4acbcf4deba3ff358be8a682
parent87ef009278d8417c2de24fc9c893db89f3b20cc3 (diff)
downloadopenembedded-core-contrib-5c2b545a9334daddbd0d9fc43264e6029336101e.tar.gz
bison: upgrade 3.6.2 -> 3.6.3
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/bison/bison_3.6.3.bb (renamed from meta/recipes-devtools/bison/bison_3.6.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.6.2.bb b/meta/recipes-devtools/bison/bison_3.6.3.bb
index 2ec9381231..1d0f5995c1 100644
--- a/meta/recipes-devtools/bison/bison_3.6.2.bb
+++ b/meta/recipes-devtools/bison/bison_3.6.3.bb
@@ -13,7 +13,7 @@ SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \
file://add-with-bisonlocaledir.patch \
file://0001-bison-fix-the-parallel-build.patch \
"
-SRC_URI[sha256sum] = "4a164b5cc971b896ce976bf4b624fab7279e0729cf983a5135df7e4df0970f6e"
+SRC_URI[sha256sum] = "06db793651de9dd5f0a85a6fe4bdbca413c0806bf2432377523da96ca0b4b73d"
# No point in hardcoding path to m4, just use PATH
EXTRA_OECONF += "M4=m4"