From 95013501dc2c78a8157912cebcd6fce0a8a0cc90 Mon Sep 17 00:00:00 2001 From: He Zhe Date: Thu, 22 Jun 2017 17:14:43 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-containers/lxc/lxc_2.0.8.bb | 4 ++++ 1 file changed, 4 insertions(+) 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} = " \ perl-module-constant \ perl-module-overload \ perl-module-exporter-heavy \ + gmp \ + libidn \ + gnutls \ + nettle \ " RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls" -- cgit v1.2.3-54-g00ecf