summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-12-04 21:07:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-09 12:20:33 +0000
commitca72d2e367db9a2c56ea8ba5e81b602af009c5a7 (patch)
tree591a9de711f40660f85dca986d690f7ddb91d4e9 /meta/recipes-devtools/bison
parentf9cc6850ee247365a1d7e4e9dd5e3a9a9e30c52e (diff)
downloadpoky-ca72d2e367db9a2c56ea8ba5e81b602af009c5a7.tar.gz
bison: upgrade 3.7.3 -> 3.7.4
(From OE-Core rev: 0b882746f17a0b72033621d4efdf95d3bd9c7c35) 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.4.bb (renamed from meta/recipes-devtools/bison/bison_3.7.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.7.3.bb b/meta/recipes-devtools/bison/bison_3.7.4.bb
index 74532caec3..abccaf9958 100644
--- a/meta/recipes-devtools/bison/bison_3.7.3.bb
+++ b/meta/recipes-devtools/bison/bison_3.7.4.bb
@@ -12,7 +12,7 @@ DEPENDS = "bison-native flex-native"
12SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \ 12SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \
13 file://add-with-bisonlocaledir.patch \ 13 file://add-with-bisonlocaledir.patch \
14 " 14 "
15SRC_URI[sha256sum] = "88d9e36856b004c0887a12ba00ea3c47db388519629483dd8c3fce9694d4da6f" 15SRC_URI[sha256sum] = "a3b5813f48a11e540ef26f46e4d288c0c25c7907d9879ae50e430ec49f63c010"
16 16
17# No point in hardcoding path to m4, just use PATH 17# No point in hardcoding path to m4, just use PATH
18EXTRA_OECONF += "M4=m4" 18EXTRA_OECONF += "M4=m4"