summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2021-01-28 18:05:34 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-30 10:41:04 +0000
commit84fdf259b4043e7e97aab4c6b96ec5528714f548 (patch)
tree63af2b0b539e0525f790b77117a571e1f5cd3435 /meta
parent3850c60b7bc172cf9d147906895cfc33d9113c50 (diff)
downloadpoky-84fdf259b4043e7e97aab4c6b96ec5528714f548.tar.gz
bison: upgrade 3.7.4 -> 3.7.5
(From OE-Core rev: 77d41c0329290fb33319feffdc504c2b3b4c8568) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/bison/bison_3.7.5.bb (renamed from meta/recipes-devtools/bison/bison_3.7.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.7.4.bb b/meta/recipes-devtools/bison/bison_3.7.5.bb
index abccaf9958..f8263f93a3 100644
--- a/meta/recipes-devtools/bison/bison_3.7.4.bb
+++ b/meta/recipes-devtools/bison/bison_3.7.5.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] = "a3b5813f48a11e540ef26f46e4d288c0c25c7907d9879ae50e430ec49f63c010" 15SRC_URI[sha256sum] = "e8c53bc5bc396d636622d0f25e31ca92fd53f00b09629f13ef540d564a6b31ab"
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"