mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 16:59:59 +00:00
633ac957d6
Fix the following file-rdeps QA issue: ... |ERROR: xmlrpc-c-1.31.0-r0 do_package_qa: QA Issue: /usr/bin/xml-rpc-api2txt contained in package xmlrpc-c requires /usr/bin/perl, but no providers found in RDEPENDS_xmlrpc-c? [file-rdeps] ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
25 lines
724 B
BlitzBasic
25 lines
724 B
BlitzBasic
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 perl"
|
|
|
|
inherit cmake
|
|
|
|
EXTRA_OECMAKE = "-D_lib:STRING=${baselib}"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
TARGET_CFLAGS += "-Wno-narrowing"
|