]> code.ossystems Code Review - openembedded-core.git/commitdiff
bison: Update to 3.5.3
authorKhem Raj <raj.khem@gmail.com>
Sat, 14 Mar 2020 16:07:06 +0000 (09:07 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 21 Mar 2020 22:38:19 +0000 (22:38 +0000)
bugfix release [1]

[1] https://lists.gnu.org/archive/html/bison-announce/2020-03/msg00000.html

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/bison/bison_3.5.3.bb [moved from meta/recipes-devtools/bison/bison_3.5.2.bb with 90% similarity]

similarity index 90%
rename from meta/recipes-devtools/bison/bison_3.5.2.bb
rename to meta/recipes-devtools/bison/bison_3.5.3.bb
index b5b4a8ef765025af4bb1bef274c537c7049f1312..09e4b18f9e3e21ab8cf088c5457767235e49888c 100644 (file)
@@ -13,13 +13,11 @@ 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"
 
 # No point in hardcoding path to m4, just use PATH
 EXTRA_OECONF += "M4=m4"
 
-SRC_URI[md5sum] = "49fc2cf23e31e697d5072835e1662a97"
-SRC_URI[sha256sum] = "24e273db9eb6da8bbb6f0648284d0724a5cbd6268a163db402f961350a4e50dd"
-
 inherit autotools gettext texinfo
 
 # The automatic m4 path detection gets confused, so force the right value