From 9e8c0c96b443828a255e7d6ca6291598347672ac Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sun, 17 Feb 2019 19:25:35 +0100 Subject: [PATCH] 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 Signed-off-by: Bruce Ashfield --- recipes-containers/lxc/lxc_3.1.0.bb | 1 - 1 file changed, 1 deletion(-) 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} = " \ perl-module-strict \ perl-module-getopt-long \ perl-module-vars \ - perl-module-warnings-register \ perl-module-exporter \ perl-module-constant \ perl-module-overload \