From 8b7ad24b0197405e7b71bf555d27c1d197d4bf8c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 6 Feb 2024 16:24:08 +0800 Subject: [PATCH] satyr: upgrade 0.42 -> 0.43 Changelog: Fix test failure when using clang Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/satyr/{satyr_0.42.bb => satyr_0.43.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/satyr/{satyr_0.42.bb => satyr_0.43.bb} (94%) diff --git a/meta-oe/recipes-support/satyr/satyr_0.42.bb b/meta-oe/recipes-support/satyr/satyr_0.43.bb similarity index 94% rename from meta-oe/recipes-support/satyr/satyr_0.42.bb rename to meta-oe/recipes-support/satyr/satyr_0.43.bb index 62cdad6fb0..9e6d701c7f 100644 --- a/meta-oe/recipes-support/satyr/satyr_0.42.bb +++ b/meta-oe/recipes-support/satyr/satyr_0.43.bb @@ -10,7 +10,7 @@ inherit autotools-brokensep python3native python3targetconfig pkgconfig SRC_URI = "git://github.com/abrt/satyr.git;branch=master;protocol=https \ file://0002-fix-compile-failure-against-musl-C-library.patch \ " -SRCREV = "23483cebb238df86cda8b6529e3c58080dc2029d" +SRCREV = "5891618d6a95afc4cde6757374485adf9bf0e9a5" S = "${WORKDIR}/git" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"