diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-01-17 12:06:03 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-21 10:02:01 -0800 |
commit | a56f11b144b5d69b6355bb22ffd4ab326199cf9d (patch) | |
tree | 900707b8c3c05d003b95663ede71758548b9e16c /meta-oe/recipes-devtools/xmlrpc-c | |
parent | 2d21f07004d9455fec12db6b44435395bffa7099 (diff) | |
download | meta-openembedded-a56f11b144b5d69b6355bb22ffd4ab326199cf9d.tar.gz |
xmlrpc-c: Upgrade to 1.54.06
Drop upstream applied patch see [1]
[1] https://github.com/mirror/xmlrpc-c/commit/148e64a5bb5588a89840ee498430332456c216f3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/xmlrpc-c')
-rw-r--r-- | meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/0003-src-Makefile-Fix-Makefile-macro-error.patch | 29 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.06.bb (renamed from meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb) | 6 |
2 files changed, 2 insertions, 33 deletions
diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/0003-src-Makefile-Fix-Makefile-macro-error.patch b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/0003-src-Makefile-Fix-Makefile-macro-error.patch deleted file mode 100644 index 3d861fc625..0000000000 --- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/0003-src-Makefile-Fix-Makefile-macro-error.patch +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | From ea4ca50ca9cab755f3722096158a46deec0e663a Mon Sep 17 00:00:00 2001 | ||
2 | From: Arthur She <arthur.she@linaro.org> | ||
3 | Date: Tue, 25 Aug 2020 09:51:26 -0700 | ||
4 | Subject: [PATCH] src/Makefile: Fix Makefile macro error | ||
5 | |||
6 | This error caused the curl library wouldn't be linked correctly. | ||
7 | |||
8 | Upstream-Status: Pending | ||
9 | Signed-off-by: Arthur She <arthur.she@linaro.org> | ||
10 | --- | ||
11 | src/Makefile | 2 +- | ||
12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
13 | |||
14 | diff --git a/src/Makefile b/src/Makefile | ||
15 | index 1cdf8b0..acd04dd 100644 | ||
16 | --- a/src/Makefile | ||
17 | +++ b/src/Makefile | ||
18 | @@ -57,7 +57,7 @@ ifeq ($(MUST_BUILD_CURL_CLIENT),yes) | ||
19 | TRANSPORT_MODS += $(BLDDIR)/lib/curl_transport/xmlrpc_curl_transport | ||
20 | TRANSPORT_MODS += $(BLDDIR)/lib/curl_transport/curltransaction | ||
21 | TRANSPORT_MODS += $(BLDDIR)/lib/curl_transport/curlmulti | ||
22 | - TRANSPORT_LIBDEP += $(shell $CURL_CONFIG --libs) | ||
23 | + TRANSPORT_LIBDEP += $(shell $(CURL_CONFIG) --libs) | ||
24 | TRANSPORT_INCLUDES += -Isrcdir/lib/curl_transport | ||
25 | endif | ||
26 | ifeq ($(MUST_BUILD_LIBWWW_CLIENT),yes) | ||
27 | -- | ||
28 | 2.17.1 | ||
29 | |||
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.06.bb index 36205009a4..0a7ad33c64 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.06.bb | |||
@@ -8,11 +8,9 @@ LIC_FILES_CHKSUM = "file://doc/COPYING;md5=aefbf81ba0750f02176b6f86752ea951" | |||
8 | SRC_URI = "git://github.com/mirror/xmlrpc-c.git;branch=master;protocol=https \ | 8 | SRC_URI = "git://github.com/mirror/xmlrpc-c.git;branch=master;protocol=https \ |
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 | file://0003-src-Makefile-Fix-Makefile-macro-error.patch \ | ||
12 | " | 11 | " |
13 | 12 | #Release 1.54.06 | |
14 | #Release 1.54.02 | 13 | SRCREV = "00870af80021aa0a66cc72c9aeb00587cbfde560" |
15 | SRCREV = "86405c7e1bd4f70287204a28d242a1054daab520" | ||
16 | 14 | ||
17 | S = "${WORKDIR}/git/stable" | 15 | S = "${WORKDIR}/git/stable" |
18 | 16 | ||