summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-02-17 19:25:35 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-02-21 03:15:46 +0000
commit9e8c0c96b443828a255e7d6ca6291598347672ac (patch)
treee7ae36a0dbcdbff2293d225762bdb50fd39d47c5
parentd051460bac9a0a8999703aa7feeb546e9026385c (diff)
downloadmeta-virtualization-9e8c0c96b443828a255e7d6ca6291598347672ac.tar.gz
lxc: remove perl-module-warnings-register from RDEPENDS
This module is part of the perl package now and is shipped by default. Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/lxc/lxc_3.1.0.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-containers/lxc/lxc_3.1.0.bb b/recipes-containers/lxc/lxc_3.1.0.bb
index 9dba76b0..977583f2 100644
--- a/recipes-containers/lxc/lxc_3.1.0.bb
+++ b/recipes-containers/lxc/lxc_3.1.0.bb
@@ -15,7 +15,6 @@ RDEPENDS_${PN} = " \
15 perl-module-strict \ 15 perl-module-strict \
16 perl-module-getopt-long \ 16 perl-module-getopt-long \
17 perl-module-vars \ 17 perl-module-vars \
18 perl-module-warnings-register \
19 perl-module-exporter \ 18 perl-module-exporter \
20 perl-module-constant \ 19 perl-module-constant \
21 perl-module-overload \ 20 perl-module-overload \