As of poky commit 51cbb5ae76a22d465e2f6c5ef923ec2682624e3b,
the module is included by default and an error is produced if
requested.

Fixes [YOCTO #3530]

Signed-off-by: Kevin Strasser <[email protected]>
---
 recipes-extended/webmin/webmin_1.590.bb |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-extended/webmin/webmin_1.590.bb 
b/recipes-extended/webmin/webmin_1.590.bb
index a408092..c2d593a 100644
--- a/recipes-extended/webmin/webmin_1.590.bb
+++ b/recipes-extended/webmin/webmin_1.590.bb
@@ -5,11 +5,11 @@ LIC_FILES_CHKSUM = 
"file://LICENCE;md5=0373ac9f611e542ddebe1ec6394afc3c"
 
 # FIXME: some of this should be figured out automatically
 RDEPENDS_${PN} += "perl perl-module-socket perl-module-exporter 
perl-module-exporter-heavy perl-module-carp perl-module-strict"
-RDEPENDS_${PN} += "perl-module-warnings perl-module-warnings-register 
perl-module-xsloader perl-module-posix perl-module-autoloader"
+RDEPENDS_${PN} += "perl-module-warnings perl-module-xsloader perl-module-posix 
perl-module-autoloader"
 RDEPENDS_${PN} += "perl-module-fcntl perl-module-tie-hash perl-module-vars 
perl-module-time-local perl-module-config perl-module-constant"
 RDEPENDS_${PN} += "perl-module-file perl-module-file-glob 
perl-module-file-copy perl-module-sdbm perl-module-sdbm-file 
perl-module-timelocal perl-module-feature"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/webadmin/webmin-${PV}.tar.gz \
           file://setup.sh \
-- 
1.7.9.5

_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to