aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.31.0.bb
blob: 70bd9e87ea4cd93d802e454c99072d348817e031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 & MIT"
LIC_FILES_CHKSUM = "file://doc/COPYING;md5=aefbf81ba0750f02176b6f86752ea951"

SRC_URI = "git://github.com/ensc/xmlrpc-c.git;branch=master \
           file://0001-fix-compile-failure-against-musl-C-library.patch \
           file://0002-fix-formatting-issues.patch \
"
SRCREV = "81443a9dc234cc275449dbc17867ad77ae189124"
S = "${WORKDIR}/git"

DEPENDS = "curl libxml2"
RDEPENDS_${PN} = "curl"

inherit cmake

EXTRA_OECMAKE = "-D_lib:STRING=${baselib}"

BBCLASSEXTEND = "native"

TARGET_CFLAGS += "-Wno-narrowing"