summaryrefslogtreecommitdiffstats
path: root/recipes-containers/lxc/lxc_2.0.8.bb
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2017-06-22 17:14:43 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-06-27 13:24:03 -0400
commit95013501dc2c78a8157912cebcd6fce0a8a0cc90 (patch)
tree74bddb72eaa7ef57bc31890b77427f4d4ba9b1d8 /recipes-containers/lxc/lxc_2.0.8.bb
parent2631bf14e67c9a7c02ccc7743648a502c5203b02 (diff)
downloadmeta-virtualization-95013501dc2c78a8157912cebcd6fce0a8a0cc90.tar.gz
lxc: add gmp libidn gnutls nettle rdepends
Fix the following QA warnings: QA Issue: lxc rdepends on gmp, but it isn't a build dependency, missing gmp in DEPENDS or PACKAGECONFIG? [build-deps] QA Issue: lxc rdepends on libidn, but it isn't a build dependency, missing libidn in DEPENDS or PACKAGECONFIG? [build-deps] QA Issue: lxc rdepends on gnutls, but it isn't a build dependency, missing gnutls in DEPENDS or PACKAGECONFIG? [build-deps] QA Issue: lxc rdepends on nettle, but it isn't a build dependency, missing nettle in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/lxc/lxc_2.0.8.bb')
-rw-r--r--recipes-containers/lxc/lxc_2.0.8.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-containers/lxc/lxc_2.0.8.bb b/recipes-containers/lxc/lxc_2.0.8.bb
index 3dd9f63f..f4d1102b 100644
--- a/recipes-containers/lxc/lxc_2.0.8.bb
+++ b/recipes-containers/lxc/lxc_2.0.8.bb
@@ -17,6 +17,10 @@ RDEPENDS_${PN} = " \
17 perl-module-constant \ 17 perl-module-constant \
18 perl-module-overload \ 18 perl-module-overload \
19 perl-module-exporter-heavy \ 19 perl-module-exporter-heavy \
20 gmp \
21 libidn \
22 gnutls \
23 nettle \
20" 24"
21RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls" 25RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls"
22 26