diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2017-08-21 02:00:38 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-28 11:06:02 +0200 |
commit | 633ac957d61de6b1a7fe8ceb9b264112f6f7245c (patch) | |
tree | 76a65f921d336b15552ac8378b8b2568ea517cef /meta-oe/recipes-devtools/xmlrpc-c | |
parent | 24d91883bb2df002a8b5a9954811237b5abb7e3f (diff) | |
download | meta-openembedded-633ac957d61de6b1a7fe8ceb9b264112f6f7245c.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-devtools/xmlrpc-c')
-rw-r--r-- | meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.31.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 70bd9e87e..efa58f198 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" | |||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | DEPENDS = "curl libxml2" | 15 | DEPENDS = "curl libxml2" |
16 | RDEPENDS_${PN} = "curl" | 16 | RDEPENDS_${PN} = "curl perl" |
17 | 17 | ||
18 | inherit cmake | 18 | inherit cmake |
19 | 19 | ||