From 5c2b545a9334daddbd0d9fc43264e6029336101e Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 8 Jun 2020 09:46:44 +0200 Subject: [PATCH] bison: upgrade 3.6.2 -> 3.6.3 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/bison/{bison_3.6.2.bb => bison_3.6.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/bison/{bison_3.6.2.bb => bison_3.6.3.bb} (94%) diff --git a/meta/recipes-devtools/bison/bison_3.6.2.bb b/meta/recipes-devtools/bison/bison_3.6.3.bb similarity index 94% rename from meta/recipes-devtools/bison/bison_3.6.2.bb rename to meta/recipes-devtools/bison/bison_3.6.3.bb index 2ec9381231..1d0f5995c1 100644 --- a/meta/recipes-devtools/bison/bison_3.6.2.bb +++ b/meta/recipes-devtools/bison/bison_3.6.3.bb @@ -13,7 +13,7 @@ SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \ file://add-with-bisonlocaledir.patch \ file://0001-bison-fix-the-parallel-build.patch \ " -SRC_URI[sha256sum] = "4a164b5cc971b896ce976bf4b624fab7279e0729cf983a5135df7e4df0970f6e" +SRC_URI[sha256sum] = "06db793651de9dd5f0a85a6fe4bdbca413c0806bf2432377523da96ca0b4b73d" # No point in hardcoding path to m4, just use PATH EXTRA_OECONF += "M4=m4" -- 2.40.1