From 5e7995957b5ff5c47121b4d720d1e1cc398b0bc0 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Tue, 4 Dec 2012 16:22:32 +0800 Subject: [PATCH] lxc: remove rdepend perl-module-warnings-register The module does not exist any more. Its content (warnings/register.pm) has been moved to the main perl package. Introduced by commit: (poky: 51cbb5ae76a22d465e2f6c5ef923ec2682624e3b) * File warnings/register.pm has been moved to package perl Fix: |error: Failed dependencies: |perl-module-warnings-register is needed by lxc-0.8.0+rc1-r6.ppce500mc |ERROR: Function failed: do_rootfs Signed-off-by: Ting Liu Signed-off-by: Chunrong Guo --- meta-fsl-ppc/recipes-tools/lxc/lxc_0.8.0-rc1.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-fsl-ppc/recipes-tools/lxc/lxc_0.8.0-rc1.bb b/meta-fsl-ppc/recipes-tools/lxc/lxc_0.8.0-rc1.bb index 51009373..ee6b09eb 100644 --- a/meta-fsl-ppc/recipes-tools/lxc/lxc_0.8.0-rc1.bb +++ b/meta-fsl-ppc/recipes-tools/lxc/lxc_0.8.0-rc1.bb @@ -3,7 +3,7 @@ SECTION = "console/utils" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" PRIORITY = "optional" -PR = "r6" +PR = "r7" DEPENDS = "libxml2 libcap virtual/kernel" RDEPENDS_${PN} = " \ rsync \ @@ -12,7 +12,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 \ -- 2.40.1