diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-04-15 01:33:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-24 14:07:54 +0100 |
commit | 0acf102023856e11df949d4889aa821df81abb8a (patch) | |
tree | 8e509fdcc78ef2cf89c9fdbe5f268f6e413a3a79 | |
parent | 315689f58536dec4042ef9880c227a69e71e749d (diff) | |
download | openembedded-core-0acf102023856e11df949d4889aa821df81abb8a.tar.gz |
bison: upgrade 3.5.3 -> 3.5.4
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 \ file://dont-depend-on-help2man.patch.patch \ file://add-with-bisonlocaledir.patch \ " -SRC_URI[sha256sum] = "2bf85b5f88a5f2fa8069aed2a2dfc3a9f8d15a97e59c713e3906e5fdd982a7c4" +SRC_URI[sha256sum] = "4c17e99881978fa32c05933c5262457fa5b2b611668454f8dc2a695cd6b3720c" # No point in hardcoding path to m4, just use PATH EXTRA_OECONF += "M4=m4" |