mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
xmlrpc-c: 1.59.01 -> 1.60.03
Update xmlrpc-c from 1.59.01 to latest stable version 1.60.03. The SRCREV is one more fix commit after release 1.60.03 in the stable series. And remove 0002-fix-formatting-issues.patch which has been fixed in upstream. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
DESCRIPTION = "XML-RPC for C/C++ is programming libraries and related tools to help you \
|
||||
write an XML-RPC server or client in C or C++."
|
||||
|
||||
HOMEPAGE = "http://xmlrpc-c.sourceforge.net/"
|
||||
LICENSE = "BSD-3-Clause & MIT"
|
||||
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 \
|
||||
"
|
||||
# one more commit after Release 1.60.03 in the Stable series
|
||||
SRCREV = "a823b0bb5cf0a4dbd34f929cbfdfb0439c5d9b0e"
|
||||
|
||||
S = "${WORKDIR}/git/stable"
|
||||
|
||||
inherit autotools-brokensep binconfig pkgconfig
|
||||
|
||||
TARGET_CFLAGS += "-Wno-narrowing"
|
||||
|
||||
EXTRA_OEMAKE += "CC_FOR_BUILD='${BUILD_CC}' \
|
||||
LD_FOR_BUILD='${BUILD_LD}' \
|
||||
CFLAGS_FOR_BUILD='${BUILD_CFLAGS}' \
|
||||
LDFLAGS_FOR_BUILD='${BUILD_LDFLAGS}' \
|
||||
"
|
||||
|
||||
EXTRA_OECONF += "--disable-libwww-client --disable-wininet-client"
|
||||
|
||||
PACKAGECONFIG ??= "curl cplusplus"
|
||||
|
||||
PACKAGECONFIG[abyss] = "--enable-abyss-server --enable-abyss-threads --enable-abyss-openssl,--disable-abyss-server --disable-abyss-threads --disable-abyss-openssl,openssl"
|
||||
PACKAGECONFIG[cplusplus] = "--enable-cplusplus,--disable-cplusplus"
|
||||
PACKAGECONFIG[curl] = "--enable-curl-client,--disable-curl-client,curl"
|
||||
|
||||
do_configure() {
|
||||
gnu-configize --verbose --force ${S}
|
||||
autoconf
|
||||
oe_runconf
|
||||
# license is incompatible with lib/util/getoptx.*
|
||||
rm -fv ${S}/tools/turbocharger/mod_gzip.c
|
||||
}
|
||||
|
||||
do_install:append:class-target() {
|
||||
sed -i 's,${WORKDIR},${TARGET_DBGSRC_DIR},g' ${D}${bindir}/xmlrpc-c-config
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
Reference in New Issue
Block a user