summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison
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-09 13:14:00 +0100
commit464d2b54cc209adb2ef043ceef749dfcd15522f1 (patch)
treecaacb2924bcaa0a90a8fb6fecc57c38587ea67ad /meta/recipes-devtools/bison
parentc0b014166d1e0867e3364588e5006e18fa9a3142 (diff)
downloadpoky-464d2b54cc209adb2ef043ceef749dfcd15522f1.tar.gz
bison: upgrade 3.6.2 -> 3.6.3
(From OE-Core rev: 5c2b545a9334daddbd0d9fc43264e6029336101e) 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.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 \
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] = "4a164b5cc971b896ce976bf4b624fab7279e0729cf983a5135df7e4df0970f6e" 16SRC_URI[sha256sum] = "06db793651de9dd5f0a85a6fe4bdbca413c0806bf2432377523da96ca0b4b73d"
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"