From 0bae444c93bfb3ab49d6e7a147190c72acd519f9 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 19 Oct 2021 17:33:34 +0200 Subject: [PATCH] bison: upgrade 3.8.1 -> 3.8.2 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/bison/{bison_3.8.1.bb => bison_3.8.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/bison/{bison_3.8.1.bb => bison_3.8.2.bb} (96%) 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 -- 2.40.1