mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 21:12:28 +00:00
xmlrpc-c: add perl to RDEPENDS
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>
This commit is contained in:
parent
24d91883bb
commit
633ac957d6
@ -13,7 +13,7 @@ SRCREV = "81443a9dc234cc275449dbc17867ad77ae189124"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "curl libxml2"
|
||||
RDEPENDS_${PN} = "curl"
|
||||
RDEPENDS_${PN} = "curl perl"
|
||||
|
||||
inherit cmake
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user