diff mbox series

[meta-oe] xmlrpc-c: switch to advanced release

Message ID 20250610075527.4191425-1-hongxu.jia@windriver.com
State New
Headers show
Series [meta-oe] xmlrpc-c: switch to advanced release | expand

Commit Message

Hongxu Jia June 10, 2025, 7:55 a.m. UTC
According to [1], there are 3 Xmlrpc-c releases: Super Stable,
Stable and Advanced, and Advanced is newly updated.

The version in stable sub directory is 1.60.0 which is mismatch
with recipe version

Switch to advanced sub directory, in which the version is 1.64.0

root@intel-x86-64:~# xmlrpc-c-config  --version
1.64.0

[1] https://xmlrpc-c.sourceforge.io/downloading.php

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.64.0.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.64.0.bb b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.64.0.bb
index 298c84bb2c..e9442697fa 100644
--- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.64.0.bb
+++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.64.0.bb
@@ -11,10 +11,9 @@  SRC_URI = "git://github.com/mirror/xmlrpc-c.git;branch=master;protocol=https \
            file://0001-unix-common.mk-Ensuring-Sequential-Execution-of-rm-a.patch \
            file://0001-fix-bool-reserved-word-error-in-gcc-15.patch;striplevel=2 \
            "
-# one more commit after Release 1.64.0 in the Stable series
 SRCREV = "8ce36bce2438df9b02fcaafd19efa90a56426601"
 
-S = "${WORKDIR}/git/stable"
+S = "${WORKDIR}/git/advanced"
 
 inherit autotools-brokensep binconfig pkgconfig