[oe-commits] [openembedded-core] 01/04: bison: Update to 3.5.3

git at git.openembedded.org git at git.openembedded.org
Fri Mar 20 00:03:56 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2d9c5e98021e3e3aa4cf77d71adf12e6fc13d3d5
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Mar 14 09:07:06 2020 -0700

    bison: Update to 3.5.3
    
    bugfix release [1]
    
    [1] https://lists.gnu.org/archive/html/bison-announce/2020-03/msg00000.html
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/bison/{bison_3.5.2.bb => bison_3.5.3.bb} | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta/recipes-devtools/bison/bison_3.5.2.bb b/meta/recipes-devtools/bison/bison_3.5.3.bb
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 b5b4a8e..09e4b18 100644
--- a/meta/recipes-devtools/bison/bison_3.5.2.bb
+++ b/meta/recipes-devtools/bison/bison_3.5.3.bb
@@ -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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list