From ebe1af249aeb449e31bf5ac6c00126038455ef83 Mon Sep 17 00:00:00 2001 From: Guocai He Date: Wed, 9 Oct 2024 14:57:29 +0800 Subject: [PATCH] xmlrpc-c: fix do_fetch error Fetcher failure: Unable to find revision 86405c7e1bd4f70287204a28d242a1054daab520 in branch master Signed-off-by: Guocai He Signed-off-by: Armin Kuster --- meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb index 36205009a4..991c4544bd 100644 --- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb +++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/mirror/xmlrpc-c.git;branch=master;protocol=https \ " #Release 1.54.02 -SRCREV = "86405c7e1bd4f70287204a28d242a1054daab520" +SRCREV = "36b142d6179514989a44c1087f6c46182dafd21f" S = "${WORKDIR}/git/stable"