mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01: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…
Reference in New Issue
Block a user