diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-29 10:07:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-03 13:03:20 +0000 |
commit | b7841157d9bfda027031ff13e39e2407cf41aeb7 (patch) | |
tree | d6f4daa16b82d1cdde8bae76a1438048c2d368f4 | |
parent | fe38a5df23a341ecc18f81b96a9b7628dc4b5a61 (diff) | |
download | openembedded-core-b7841157d9bfda027031ff13e39e2407cf41aeb7.tar.gz |
bison: upgrade 3.4.2 -> 3.5
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/bison/bison_3.5.bb (renamed from meta/recipes-devtools/bison/bison_3.4.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.4.2.bb b/meta/recipes-devtools/bison/bison_3.5.bb index 46f0f908dd..3d8f6579b9 100644 --- a/meta/recipes-devtools/bison/bison_3.4.2.bb +++ b/meta/recipes-devtools/bison/bison_3.5.bb @@ -17,8 +17,8 @@ SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \ # No point in hardcoding path to m4, just use PATH EXTRA_OECONF += "M4=m4" -SRC_URI[md5sum] = "d1ceb9dfde2d03b24a4c1137f7f1b572" -SRC_URI[sha256sum] = "27d05534699735dc69e86add5b808d6cb35900ad3fd63fa82e3eb644336abfa0" +SRC_URI[md5sum] = "c0230be066069f33c8445766833f3205" +SRC_URI[sha256sum] = "55e4a023b1b4ad19095a5f8279f0dc048fa29f970759cea83224a6d5e7a3a641" inherit autotools gettext texinfo |