diff options
-rw-r--r-- | recipes-containers/lxc/lxc_2.0.8.bb | 4 |
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 | " |
21 | RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls" | 25 | RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls" |
22 | 26 | ||