From 4a5b6e8dd315b2281afb232410db585d431be00f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 3 Jun 2024 15:40:31 +0100 Subject: [PATCH] nasm: Upgrade 2.16.01 -> 2.16.03 Signed-off-by: Richard Purdie --- meta/recipes-devtools/nasm/{nasm_2.16.01.bb => nasm_2.16.03.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/nasm/{nasm_2.16.01.bb => nasm_2.16.03.bb} (88%) diff --git a/meta/recipes-devtools/nasm/nasm_2.16.01.bb b/meta/recipes-devtools/nasm/nasm_2.16.03.bb similarity index 88% rename from meta/recipes-devtools/nasm/nasm_2.16.01.bb rename to meta/recipes-devtools/nasm/nasm_2.16.03.bb index 219cc493603..281f3940e7e 100644 --- a/meta/recipes-devtools/nasm/nasm_2.16.01.bb +++ b/meta/recipes-devtools/nasm/nasm_2.16.03.bb @@ -10,7 +10,7 @@ SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 \ file://0002-Add-debug-prefix-map-option.patch \ " -SRC_URI[sha256sum] = "35b6ad2ee048d41c4779f073f3efca7762a822b7d2d4ef4e8df24cf65747bb2e" +SRC_URI[sha256sum] = "bef3de159bcd61adf98bb7cc87ee9046e944644ad76b7633f18ab063edb29e57" EXTRA_AUTORECONF:append = " -I autoconf/m4" -- 2.47.2