diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-02-04 17:08:19 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-08 13:20:02 +0000 |
commit | 7e98e4d55c8da7e010e70ad85bab09316f33cd3e (patch) | |
tree | f2624b25b4aafed91c602cf084f18b6852f7438a | |
parent | e4abc4dbf307f956a88c9ca97d7da4b954f4f40e (diff) | |
download | poky-7e98e4d55c8da7e010e70ad85bab09316f33cd3e.tar.gz |
bison: Upgrade to 3.5.1
Minor upgrade on 3.5 release series
(From OE-Core rev: da9b363acea2545721702fc7c39c4589b666c61b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/bison/bison_3.5.1.bb (renamed from meta/recipes-devtools/bison/bison_3.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.5.bb b/meta/recipes-devtools/bison/bison_3.5.1.bb index 3d8f6579b9..e70252d974 100644 --- a/meta/recipes-devtools/bison/bison_3.5.bb +++ b/meta/recipes-devtools/bison/bison_3.5.1.bb | |||
@@ -17,8 +17,8 @@ SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \ | |||
17 | # No point in hardcoding path to m4, just use PATH | 17 | # No point in hardcoding path to m4, just use PATH |
18 | EXTRA_OECONF += "M4=m4" | 18 | EXTRA_OECONF += "M4=m4" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "c0230be066069f33c8445766833f3205" | 20 | SRC_URI[md5sum] = "6fc5fa4488832a65db934b9e93bd5d4c" |
21 | SRC_URI[sha256sum] = "55e4a023b1b4ad19095a5f8279f0dc048fa29f970759cea83224a6d5e7a3a641" | 21 | SRC_URI[sha256sum] = "3e7e097bd9709a2d5e40e69446b74b149733b3de864fadb7a9b54eca7b2a4dd0" |
22 | 22 | ||
23 | inherit autotools gettext texinfo | 23 | inherit autotools gettext texinfo |
24 | 24 | ||