mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
xmlrpc-c: Upgrade to 1.54.06
Drop upstream applied patch see [1]
[1] 148e64a5bb
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
2d21f07004
commit
a56f11b144
|
|
@ -1,29 +0,0 @@
|
|||
From ea4ca50ca9cab755f3722096158a46deec0e663a Mon Sep 17 00:00:00 2001
|
||||
From: Arthur She <arthur.she@linaro.org>
|
||||
Date: Tue, 25 Aug 2020 09:51:26 -0700
|
||||
Subject: [PATCH] src/Makefile: Fix Makefile macro error
|
||||
|
||||
This error caused the curl library wouldn't be linked correctly.
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Arthur She <arthur.she@linaro.org>
|
||||
---
|
||||
src/Makefile | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/Makefile b/src/Makefile
|
||||
index 1cdf8b0..acd04dd 100644
|
||||
--- a/src/Makefile
|
||||
+++ b/src/Makefile
|
||||
@@ -57,7 +57,7 @@ ifeq ($(MUST_BUILD_CURL_CLIENT),yes)
|
||||
TRANSPORT_MODS += $(BLDDIR)/lib/curl_transport/xmlrpc_curl_transport
|
||||
TRANSPORT_MODS += $(BLDDIR)/lib/curl_transport/curltransaction
|
||||
TRANSPORT_MODS += $(BLDDIR)/lib/curl_transport/curlmulti
|
||||
- TRANSPORT_LIBDEP += $(shell $CURL_CONFIG --libs)
|
||||
+ TRANSPORT_LIBDEP += $(shell $(CURL_CONFIG) --libs)
|
||||
TRANSPORT_INCLUDES += -Isrcdir/lib/curl_transport
|
||||
endif
|
||||
ifeq ($(MUST_BUILD_LIBWWW_CLIENT),yes)
|
||||
--
|
||||
2.17.1
|
||||
|
||||
|
|
@ -8,11 +8,9 @@ LIC_FILES_CHKSUM = "file://doc/COPYING;md5=aefbf81ba0750f02176b6f86752ea951"
|
|||
SRC_URI = "git://github.com/mirror/xmlrpc-c.git;branch=master;protocol=https \
|
||||
file://0001-test-cpp-server_abyss-Fix-build-with-clang-libc.patch \
|
||||
file://0002-fix-formatting-issues.patch \
|
||||
file://0003-src-Makefile-Fix-Makefile-macro-error.patch \
|
||||
"
|
||||
|
||||
#Release 1.54.02
|
||||
SRCREV = "86405c7e1bd4f70287204a28d242a1054daab520"
|
||||
#Release 1.54.06
|
||||
SRCREV = "00870af80021aa0a66cc72c9aeb00587cbfde560"
|
||||
|
||||
S = "${WORKDIR}/git/stable"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user