summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-04-15 01:33:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-24 14:10:08 +0100
commit94df70eaafb768d22a37fff51cc44700391302d9 (patch)
tree0a40d5ab741e03678405a04d54b9368c3c7d3d5b /meta/recipes-devtools/bison
parentf8c41e8e03a8e816d05421c5e9f76a38312e58f4 (diff)
downloadpoky-94df70eaafb768d22a37fff51cc44700391302d9.tar.gz
bison: upgrade 3.5.3 -> 3.5.4
(From OE-Core rev: 0acf102023856e11df949d4889aa821df81abb8a) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.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.5.4.bb (renamed from meta/recipes-devtools/bison/bison_3.5.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.5.3.bb b/meta/recipes-devtools/bison/bison_3.5.4.bb
index 27e09434f8..59c34f7297 100644
--- a/meta/recipes-devtools/bison/bison_3.5.3.bb
+++ b/meta/recipes-devtools/bison/bison_3.5.4.bb
@@ -13,7 +13,7 @@ SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \
13 file://dont-depend-on-help2man.patch.patch \ 13 file://dont-depend-on-help2man.patch.patch \
14 file://add-with-bisonlocaledir.patch \ 14 file://add-with-bisonlocaledir.patch \
15" 15"
16SRC_URI[sha256sum] = "2bf85b5f88a5f2fa8069aed2a2dfc3a9f8d15a97e59c713e3906e5fdd982a7c4" 16SRC_URI[sha256sum] = "4c17e99881978fa32c05933c5262457fa5b2b611668454f8dc2a695cd6b3720c"
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"