[oe-commits] [meta-openembedded] 28/43: xmlrpc-c: add perl to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Tue Aug 22 13:39:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 52f0eb14701e8599969a695557cee2389e2a1e9c
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Mon Aug 21 02:00:38 2017 -0400

    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 at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.31.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.31.0.bb b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.31.0.bb
index 70bd9e8..efa58f1 100644
--- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.31.0.bb
+++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.31.0.bb
@@ -13,7 +13,7 @@ SRCREV = "81443a9dc234cc275449dbc17867ad77ae189124"
 S = "${WORKDIR}/git"
 
 DEPENDS = "curl libxml2"
-RDEPENDS_${PN} = "curl"
+RDEPENDS_${PN} = "curl perl"
 
 inherit cmake
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list