summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-08-23 22:19:55 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-25 16:00:10 +0100
commit857833ad4a461c4eb51c015ca52d3aecb2e14af3 (patch)
treec8c9ce3496450c69e4d7b648032a8b6b704f6337 /meta/recipes-devtools/bison
parentb237b62d470f14badbb662528685ed68ea84555a (diff)
downloadpoky-857833ad4a461c4eb51c015ca52d3aecb2e14af3.tar.gz
bison: upgrade 3.6.4 -> 3.7.1
(From OE-Core rev: 680dcdcc18afa83b63f495bbd55a068e81ec3004) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/bison')
-rw-r--r--meta/recipes-devtools/bison/bison_3.7.1.bb (renamed from meta/recipes-devtools/bison/bison_3.6.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.6.4.bb b/meta/recipes-devtools/bison/bison_3.7.1.bb
index f3d4d42442..a765a2380d 100644
--- a/meta/recipes-devtools/bison/bison_3.6.4.bb
+++ b/meta/recipes-devtools/bison/bison_3.7.1.bb
@@ -13,7 +13,7 @@ SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \
13 file://add-with-bisonlocaledir.patch \ 13 file://add-with-bisonlocaledir.patch \
14 file://0001-bison-fix-the-parallel-build.patch \ 14 file://0001-bison-fix-the-parallel-build.patch \
15 " 15 "
16SRC_URI[sha256sum] = "8b13473b31ca7fcf65e5e8a74224368ffd5df19275602a9c9567ba393f18577d" 16SRC_URI[sha256sum] = "55c215521a13982a9bee68cd42eed51a65713f96c530a739a57de4438ac1bb69"
17 17
18# No point in hardcoding path to m4, just use PATH 18# No point in hardcoding path to m4, just use PATH
19EXTRA_OECONF += "M4=m4" 19EXTRA_OECONF += "M4=m4"