From: Alexander Kanavin Date: Tue, 19 Oct 2021 15:33:34 +0000 (+0200) Subject: bison: upgrade 3.8.1 -> 3.8.2 X-Git-Tag: uninative-3.5~1164 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0bae444c93bfb3ab49d6e7a147190c72acd519f9;p=openembedded-core.git bison: upgrade 3.8.1 -> 3.8.2 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/bison/bison_3.8.1.bb b/meta/recipes-devtools/bison/bison_3.8.2.bb similarity index 96% rename from meta/recipes-devtools/bison/bison_3.8.1.bb rename to meta/recipes-devtools/bison/bison_3.8.2.bb index 54c1fe1b52..58395c3dce 100644 --- a/meta/recipes-devtools/bison/bison_3.8.1.bb +++ b/meta/recipes-devtools/bison/bison_3.8.2.bb @@ -12,7 +12,7 @@ DEPENDS = "bison-native flex-native" SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \ file://add-with-bisonlocaledir.patch \ " -SRC_URI[sha256sum] = "31fc602488aad6bdecf0ccc556e0fc72fc57cdc595cf92398f020e0cf4980f15" +SRC_URI[sha256sum] = "9bba0214ccf7f1079c5d59210045227bcf619519840ebfa80cd3849cff5a5bf2" inherit autotools gettext texinfo