diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2025-06-10 15:55:27 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-06-11 16:11:55 -0700 |
commit | 6b676fe3aa81f7779a01bf1e19edce423f17fd66 (patch) | |
tree | a255c266f753d58d5684e301c7a449327419214b | |
parent | ed0de14f9442ee4d366bbe9ba9aafe93741978ec (diff) | |
download | meta-openembedded-6b676fe3aa81f7779a01bf1e19edce423f17fd66.tar.gz |
xmlrpc-c: switch to advanced release
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.64.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
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 \ | |||
11 | file://0001-unix-common.mk-Ensuring-Sequential-Execution-of-rm-a.patch \ | 11 | file://0001-unix-common.mk-Ensuring-Sequential-Execution-of-rm-a.patch \ |
12 | file://0001-fix-bool-reserved-word-error-in-gcc-15.patch;striplevel=2 \ | 12 | file://0001-fix-bool-reserved-word-error-in-gcc-15.patch;striplevel=2 \ |
13 | " | 13 | " |
14 | # one more commit after Release 1.64.0 in the Stable series | ||
15 | SRCREV = "8ce36bce2438df9b02fcaafd19efa90a56426601" | 14 | SRCREV = "8ce36bce2438df9b02fcaafd19efa90a56426601" |
16 | 15 | ||
17 | S = "${WORKDIR}/git/stable" | 16 | S = "${WORKDIR}/git/advanced" |
18 | 17 | ||
19 | inherit autotools-brokensep binconfig pkgconfig | 18 | inherit autotools-brokensep binconfig pkgconfig |
20 | 19 | ||