summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2020-08-16 23:16:08 -0700
committerKhem Raj <raj.khem@gmail.com>2020-08-17 12:26:41 -0700
commit608b0ee23458fd8a538b8b2177b1a4339e4422fb (patch)
tree0fc618d155982e68b7eeefcdb853c08f00a4af2b
parentc699d2088e4149dc3043542652b6370c51735b6d (diff)
downloadmeta-openembedded-608b0ee23458fd8a538b8b2177b1a4339e4422fb.tar.gz
xmlrpc-c: Upgrade 1.51.03 -> 1.54.02
Upgrade to release 1.54.02: - Build: Use 'curl-config' found at configure time, not at make time. - Fix bug: 'toValue' won't compile for vector of vectors or map of vectors. Thanks Yang Bo . - Fix tiny memory leak in virtually impossible low memory situation. It also solved one igt-gpu-tools test results misleading issue [1] [1] https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/92 Signed-off-by: Arthur She <arthur.she@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb (renamed from meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
index 6c31b69817..c1f0b78cae 100644
--- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb
+++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
@@ -9,8 +9,9 @@ SRC_URI = "git://github.com/mirror/xmlrpc-c.git \
9 file://0001-test-cpp-server_abyss-Fix-build-with-clang-libc.patch \ 9 file://0001-test-cpp-server_abyss-Fix-build-with-clang-libc.patch \
10 file://0002-fix-formatting-issues.patch \ 10 file://0002-fix-formatting-issues.patch \
11 " 11 "
12#Release 1.51.03 12
13SRCREV = "343a3b98e54999d67edb644bcd395aa9784fb16e" 13#Release 1.54.02
14SRCREV = "86405c7e1bd4f70287204a28d242a1054daab520"
14 15
15S = "${WORKDIR}/git/stable" 16S = "${WORKDIR}/git/stable"
16 17